tc39 / proposal-iterator.range

A proposal for ECMAScript to add a built-in Iterator.range()
https://tc39.es/proposal-iterator.range/
MIT License
487 stars 13 forks source link

Allow 0 when from == to; Infer step direction when not specified; #31

Closed Jack-Works closed 4 years ago

Jack-Works commented 4 years ago
  1. Allow step === 0 when from === to;
  2. Infer the step direction when it is not specified;

close #28