IterableBase<E> typedef
Base class for implementing Iterable.
This class implements all methods of Iterable, except Iterable.iterator,
in terms of iterator
.
Implementation
// @Deprecated("Use Iterable instead")
typedef IterableBase<E> = Iterable<E>;