NdArrayNDimFn

Type Alias NdArrayNDimFn 

Source
pub type NdArrayNDimFn = unsafe fn(PtrConst) -> usize;
Expand description

Get the number of dimensions in the array.

ยงSafety

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