Skip to main content

sub

Macro sub 

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