pub type AlignedVec<T> = AVec<T, ConstAlign<64>>;Expand description
Vec, but aligned to a 64-bit memory address.
Aliased Typeยง
pub struct AlignedVec<T> { /* private fields */ }pub type AlignedVec<T> = AVec<T, ConstAlign<64>>;Vec, but aligned to a 64-bit memory address.
pub struct AlignedVec<T> { /* private fields */ }