Macro leo_compiler::match_integer[][src]

macro_rules! match_integer {
    ($integer: ident => $expression: expr) => { ... };
}
Expand description

Useful macros to avoid duplicating match constructions.