Skip to main content

arr_find_last

Function arr_find_last 

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