Methods

BoolΒΆ

Bool(i:ArrIter)

Check whether there are more array elements to iterate over. true: next() will return next element. false: next() will throw NoNext
Source: autoload/Iter.ngs:167

Returns

Bool