arrays - Hacklang Higher order functions for Collections -


do hacklang collections have higher order functions such reduce, some, all or easy way implement such methods. collection focused on vector. seems have map , filter. others in writing more clean looking functional code.

full information on different hack collections best seen on api docs vector (and other classes).

i see ->map , ->filter, though writing utility function reduce isn't particularly difficult, of course.


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -