DynEndArrayFn

Type Alias DynEndArrayFn 

Source
pub type DynEndArrayFn = unsafe fn(array: PtrMut);
Expand description

Finalize the array (optional, for shrinking capacity etc.).

ยงSafety

array must point to an initialized dynamic value that is an array.