pub fn find_last_index(
    array: Value,
    predicate: fn(_: &Value) -> bool,
    from_index: usize
) -> isize
Expand description

See lodash findLastIndex