[][src]Macro graphlib::count

macro_rules! count {
    () => { ... };
    ($fst:expr) => { ... };
    ($fst:expr, $snd:expr) => { ... };
    ($fst:expr, $snd:expr $(, $v:expr)*) => { ... };
}

Counts the number of values passed to it.