|
@@ -23,7 +23,7 @@
|
|
/**
|
|
/**
|
|
IntIterator is used for implementing interval iterations.
|
|
IntIterator is used for implementing interval iterations.
|
|
|
|
|
|
- It is usually not used explicitly, but through it's special syntax:
|
|
|
|
|
|
+ It is usually not used explicitly, but through its special syntax:
|
|
`min...max`
|
|
`min...max`
|
|
|
|
|
|
While it is possible to assign an instance of IntIterator to a variable or
|
|
While it is possible to assign an instance of IntIterator to a variable or
|