RIterator<T>.fromIterable constructor
RIterator<T>.fromIterable (
- Iterable<
T> iterable
Implementation
RIterator.fromIterable(Iterable<T> iterable) : _wIterator = iterable.iterator;