Hi,

Is there plans to add a range generator to the standard library ?

It would be especially useful with array comprehension, when initializing
arrays :

    this._year = [ new Month(n) for n of Number.range(0, 12) ]

-- 
Maël Nison (arcanis <https://twitter.com/arcanis>)
Frontend Developer @ Sketchfab
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to