Type Alias SmallSignalVec

Source
pub type SmallSignalVec<T> = SmallVec<[T; 8]>;
Expand description

Small vector for signals (typically < 8 signals per update)

Aliased Typeยง

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