Macro vectrs::vector[][src]

macro_rules! vector {
    ( $($elem:expr),* $(,)? ) => { ... };
}

Construct a new Vector of any size.