Type Alias SmallOrderVec

Source
pub type SmallOrderVec<T> = SmallVec<[T; 16]>;
Expand description

Small vector for order collections (typically < 16 orders)

Aliased Typeยง

pub struct SmallOrderVec<T> { /* private fields */ }