Macro libmat::vector[]

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

Creates a new Vector.