DEV Community

Discussion on: Discovering Array API goodies!

Collapse
 
jessekphillips profile image
Jesse Phillips

I don't work in Javascript, but these are valuable methods I use in D and C#, so I highly recommend learning their uses. A nice thing in these other languages is that they are not restricted to array and work with custom collections.

dlang.org/phobos/std_algorithm.html
dlang.org/phobos/std_range.html