IterInitWithValueFn

Type Alias IterInitWithValueFn 

Source
pub type IterInitWithValueFn = for<'value> unsafe fn(value: PtrConst<'value>) -> PtrMut<'value>;
Expand description

Create a new iterator that iterates over the provided value

ยงSafety

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