AlignedVec

Type Alias AlignedVec 

Source
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 */ }