powered by
ihasNext
ihasNext(iterable)
hasNext
it <- ihasNext(c('a', 'b', 'c')) while (hasNext(it)) print(nextElem(it))
Run the code above in your browser using DataLab