pub type LocalTransitions<State> = SmallVec<[(State, Complex64); 2]>;Expand description
Compact collection of local-operator destinations.
The common zero-, one-, and two-destination cases stay inline. Operators with wider branching use the same interface and spill to heap storage automatically.
Aliased Typeยง
pub struct LocalTransitions<State> { /* private fields */ }