Macro gluon_base::ice

source ·
macro_rules! ice {
    () => { ... };
    ($msg:expr) => { ... };
    ($fmt:expr, $($arg:tt)+) => { ... };
}