Type Alias SliceLenFn

Source
pub type SliceLenFn = unsafe fn(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.