macro_rules! decl_func {
($w:expr, $env:expr, $func:ident) => { ... };
($w:expr, $env:expr, $func:ident => $new:expr) => { ... };
}
Expand description
Declares the binding for a given function
macro_rules! decl_func {
($w:expr, $env:expr, $func:ident) => { ... };
($w:expr, $env:expr, $func:ident => $new:expr) => { ... };
}
Declares the binding for a given function