We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Segregates values by similarity. 🏃 📼 📦 🌔 📒
iterable.partitionAs(x, [fn], [ths]); // x: an iterable // fn: map function (v, i, x) // ths: this argument // --> Map {key => values}