macro_rules! builtins {
{
$(
$name:expr => $ty:ident {
$($params:expr => $op:expr => $return_type:expr, $oid:expr;)+
}
),+
} => { ... };
}
Expand description
Constructs builtin function map.