> someVeryLargeArray.iMap(someFunction); // Lazy, guaranteed only to be iterable

How about `someVeryLargeArray.asIterator().map(someFunction)`?

-Domenic
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to