NdArrayCountFn

Type Alias NdArrayCountFn 

Source
pub type NdArrayCountFn = unsafe fn(array: PtrConst) -> usize;
Expand description

Get the total count of elements in the array.

ยงSafety

The array parameter must point to aligned, initialized memory of the correct type.