Macro amplify::small_vec

source ·
macro_rules! small_vec {
    ($elem:expr; $n:expr) => { ... };
    ($($x:expr),+ $(,)?) => { ... };
}
Expand description

Helper macro to construct confined vector of a SmallVec type