Type Alias SmallExecutionVec

Source
pub type SmallExecutionVec<T> = SmallVec<[T; 4]>;
Expand description

Small vector for executions (typically < 4 executions per order)

Aliased Typeยง

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