pub fn pull_all_by(
    array: Value,
    values: Value,
    iteratee: fn(_: &Value) -> &Value
) -> Value
Expand description

See lodash pullAllBy