Returns the array of grouped elements.
Creates an array of elements split into two groups, the first of which
contains elements predicate
returns truthy for, the second of which
contains elements predicate
returns falsey for. The predicate is
invoked with one argument: (value).
Returns the array of grouped elements.
Creates an array of elements split into two groups, the first of which contains elements
predicate
returns truthy for, the second of which contains elementspredicate
returns falsey for. The predicate is invoked with one argument: (value).