Skip to main content

ice

Macro ice 

Source
macro_rules! ice {
    ($label:ident => $expr:expr) => { ... };
    ($expr:expr) => { ... };
}