NativeFn1

Type Alias NativeFn1 

Source
pub type NativeFn1 = fn(&mut Value);
Expand description

Function pointer type for single-argument native functions (no dynamic dispatch) Uses in-place mutation to avoid allocation overhead.