pub type SmallFeatureVec<T> = SmallVec<[T; 32]>;
Small vector for features/signals (typically < 32 features)
pub struct SmallFeatureVec<T> { /* private fields */ }