Macro units::units [] [src]

macro_rules! units {
    ( $name:ident { $( $dim:ident[$unit:ident]),+ } ) => { ... };
}