SliceLenFn

Type Alias SliceLenFn 

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

Get the number of items in the slice

ยงSafety

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