Methods

IterΒΆ

Iter(arr:Arr)

Calls ArrIter constructor.
Source: autoload/Iter.ngs:151

Returns

ArrIter

Example

i = Iter([10, 20, 30])