la
macro_rules! m_one { ( $item:tt ) => ( 1 ) }
Macro for building matrices.
let _m = m!(1.0, 2.0, 3.0; 4.0, 5.0, 6.0); Helper macro for m!