IntRangeExt extension

on

Methods

linspace(int stop, [int count = 50]) IntRange

Available on int, provided by the IntRangeExt extension

take(int count, [int step = 1]) IntRange

Available on int, provided by the IntRangeExt extension

to(int stop, [int step = 1]) IntRange

Available on int, provided by the IntRangeExt extension