Skip to main content

boolean

Function boolean 

Source
pub fn boolean(
    _interp: &mut Interp,
    _env: &mut Env,
    arg_values: &[Value],
) -> Result<Value>
Expand description

A bool built-in function.