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
Post a Comment