simontonsoftware / s-libs

A collection of libraries for any of javascript, rxjs, or angular.
MIT License
43 stars 5 forks source link

[micro-dash] Feature request: partition() #25

Closed jritzi closed 3 years ago

jritzi commented 3 years ago

It would be useful to have the partition function in micro-dash.

ersimont commented 3 years ago

Would this still be useful? (I often find functions like this one seem like they would be useful while brainstorming solutions to a problem, but in the end the best solution didn't need them anyway.)

jritzi commented 3 years ago

I've only run into the need for it once, and it can always be worked around by doing things in a more verbose way, but it did seem like the nicest way to accomplish that one use case.