pub type Vector<T> = EagerVector<T>;
Expand description
Implements a variable length vector. Leaks the length rounded to the next power of two. The vector is oblivious to the access pattern.
Aliased Typeยง
pub struct Vector<T> { /* private fields */ }