Type Definition cl_generic_vec::SliceVec

source · []
pub type SliceVec<'a, T> = GenericVec<T, &'a mut [MaybeUninit<T>]>;
Expand description

An slice backed vector backed by potentially uninitialized memory

Implementations

Create a new empty SliceVec.

Safety

The contents of the slice should be completely uninitialised

Create a new full SliceVec