Macro enso_prelude::f__[][src]

macro_rules! f__ {
    ([$($name : ident), *] $($expr : tt) *) => { ... };
    ($name : ident.$($toks : tt) *) => { ... };
    ({ $name : ident.$($toks : tt) * }) => { ... };
}
Expand description

Variant of the f macro producing a lambda which drops its first and second arguments.