Constant rhai::default_limits::MAX_FUNCTION_EXPR_DEPTH

source ·
pub const MAX_FUNCTION_EXPR_DEPTH: usize = 16;
Expand description

Maximum levels of expressions in function bodies.

Not available under no_function.