pub struct Functions<'a> { /* private fields */ }Expand description
A list of definitions of functions to pass into the interpreter to solve for the variables.
pub struct Functions<'a> { /* private fields */ }A list of definitions of functions to pass into the interpreter to solve for the variables.