Skip to main content

CompiledExpr

Type Alias CompiledExpr 

Source
pub type CompiledExpr = Box<dyn Fn(&[f64]) -> f64>;
Expand description

Compiled single-output expression closure.

Aliased Typeยง

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