Type Alias SmallPriceLevelVec

Source
pub type SmallPriceLevelVec<T> = SmallVec<[T; 20]>;
Expand description

Small vector for price levels (typically < 20 levels)

Aliased Typeยง

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