CustomIterator<T, U extends CustomIterable<T>> constructor

CustomIterator<T, U extends CustomIterable<T>>(
  1. U _iterable
)

Implementation

CustomIterator(this._iterable);