pub type MoveVec<T> = SmallVec<[(Allocation, Allocation, T); 16]>;
Expand description
A list of moves to be performed in sequence, with auxiliary data attached to each.
Aliased Type§
struct MoveVec<T> { /* private fields */ }
pub type MoveVec<T> = SmallVec<[(Allocation, Allocation, T); 16]>;
A list of moves to be performed in sequence, with auxiliary data attached to each.
struct MoveVec<T> { /* private fields */ }