pub type CompiledExpr = Box<dyn Fn(&[f64]) -> f64>;
Compiled single-output expression closure.
pub struct CompiledExpr(/* private fields */);