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