Macro amplify::confined_vec

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

Helper macro to construct confined vector of a given type