Actions
Feature #17195
closedFreeze Enumerator::ArithmeticSequence objects
Feature #17195:
Freeze Enumerator::ArithmeticSequence objects
Status:
Rejected
Assignee:
-
Target version:
-
Description
Now, all Ranges are frozen (#15504).
Enumerator::ArithmeticSequence is very similar to Range, just with an extra step.
They're essentially already immutable, except that one could use set instance variables, but it seems of little use.
So, should we make Enumerator::ArithmeticSequence frozen too?
Actions