Type Alias BuiltIn

Source
pub type BuiltIn<State> = fn(&mut Interpreter<State>) -> Result<(), Err>;
Expand description

A type alias for the operation a built-in word performs.