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 argument.