Type Alias regalloc2::moves::MoveVec

source ·
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 */ }