RangeExtensions extension

on

Methods

until(int end, {int step = 1}) Iterable<int>
Returns a sequence of integer, starting from this, increments by step and ends at end