PrimitiveFn

Type Alias PrimitiveFn 

Source
pub type PrimitiveFn = Box<dyn Fn(&mut State, usize)>;
Expand description

Helper type for builtin functions to pass the engine state

Aliased Typeยง

pub struct PrimitiveFn(/* private fields */);