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

See lodash findIndex