SetLenFn

Type Alias SetLenFn 

Source
pub type SetLenFn = unsafe fn(set: PtrConst) -> 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.