Macro combu::v[][src]

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

Creates new Vector.