Macro ruc::vct

source · []
macro_rules! vct {
    () => { ... };
    ($(||)+) => { ... };
    ($($v: expr),+ $(,)*) => { ... };
    ($elem:expr; $n:expr) => { ... };
}
Expand description

vector operations