Macro la::m [] [src]

macro_rules! m {
    ( $( $( $i:expr ),* );* ) => { ... };
}

Macro for building matrices.