DynArrayLenFn

Type Alias DynArrayLenFn 

Source
pub type DynArrayLenFn = unsafe fn(value: PtrConst) -> Option<usize>;
Expand description

Get the length of an array. Returns None if not an array.

ยงSafety

value must point to an initialized dynamic value.