Macro wee_matrix::mat [] [src]

macro_rules! mat {
    ($( $( $x:expr ),* );*) => { ... };
}