Macro rusty_cute_macros::drop [] [src]

macro_rules! drop {
    ($($arg:ident),+) => { ... };
}

Multiple-drop macro.

It accepts any identifiers so be careful to pass right one.