[][src]Macro mod_utilities::take_first

macro_rules! take_first {
    ($(,)? $a: expr $(,)?) => { ... };
    ($(,)? $a: expr, $($rest: tt)*) => { ... };
}

Helper macro that discards any content after the first expr, passed to it