pub type VarZeroSlice16<T> = VarZeroSlice<T, Index16>;Aliased Type§
#[repr(transparent)]pub struct VarZeroSlice16<T> {
marker: PhantomData<(Index16, T)>,
entire_slice: [u8],
}Fields§
§marker: PhantomData<(Index16, T)>§entire_slice: [u8]The original slice this was constructed from