Iteration.range

struct Iteration
IteratorRange!(typeof(this))
range
(
)

Return Value

Type: IteratorRange!(typeof(this))

a range that continue until all variables stop changing.

Meta