ListCapacityFn

Type Alias ListCapacityFn 

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

Get the current capacity of the list.

ยงSafety

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