Re-tag array snippets
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: bifurcateBy
|
||||
tags: array,function,intermediate
|
||||
tags: array,intermediate
|
||||
---
|
||||
|
||||
Splits values into two groups according to a predicate function, which specifies which group an element in the input collection belongs to. If the predicate function returns a truthy value, the collection element belongs to the first group; otherwise, it belongs to the second group.
|
||||
|
||||
Reference in New Issue
Block a user