DEV Community

Cover image for Discovering Array API goodies!

Discovering Array API goodies!

Arek Nawo on April 17, 2019

This post is taken from my blog, so be sure to check it out for more up-to-date content πŸ˜‰ Undoubtedly, arrays are one of the most useful and ext...
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

Collapse
 
askerad profile image
Charles Stieffenhofer

Missed oppotunity for a funny title, "Array API Appreciation Article" :D

Anyway thank you, as a junior i still find myself reinventing the wheel every other day and having such great reminders rocks!