Macro icecream::ic [] [src]

macro_rules! ic {
    () => { ... };
    ($x:expr) => { ... };
}