macro_rules! foreach_builtin_function {
($mac:ident) => { ... };
}Expand description
Helper macro to iterate over all builtin functions and their signatures.
macro_rules! foreach_builtin_function {
($mac:ident) => { ... };
}Helper macro to iterate over all builtin functions and their signatures.