Type Alias SetLenFn

Source
pub type SetLenFn = for<'set> unsafe fn(set: PtrConst<'set>) -> usize;
Expand description

Get the number of values in the set

ยงSafety

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