Macro algebloat_macros::mat [] [src]

macro_rules! mat {
    ( $($($e: expr),+);+ ) => { ... };
}