_assert

Function _assert 

Source
pub fn _assert(
    _: &mut Interpreter,
    args: Vec<Value>,
) -> Result<Value, Box<dyn Error>>