Skip to main content

small_vec

Macro 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