Skip to main content

rem

Macro rem 

Source
macro_rules! rem {
    ($a:expr, $b:expr) => { ... };
    ($a:expr, $b:expr, $msg:expr) => { ... };
}