get_function

Function get_function 

Source
pub fn get_function(name: &str) -> Option<&'static Function>
Expand description

Look up a function by name.

Returns None if the function is not a known built-in.