Skip to main content

arr_every

Function arr_every 

Source
pub(crate) fn arr_every(
    it: &mut Interp,
    t: Value,
    a: &[Value],
) -> Result<Value, Value>