AEIterator<T> constructor

AEIterator<T>(
  1. Iterable<T> _iterable
)

Implementation

AEIterator(this._iterable);