On Wed, Aug 28, 2013 at 11:02 AM, Forbes Lindesay <[email protected]>wrote:
> It would be nice from a readability point of view if > `iteratable.toArray()` could always be used as a substitute for > `Array.from(iteratable)`. > Since both Array.from and [..spread] already covers every single iterable and arraylike case now and forever, there is very little benefit (none?) in also specifying a toArray method on the prototype of every object that is capable of creating an iterable. Rick
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

