IndexedValueIterable<E> constructor

IndexedValueIterable<E>(
  1. Iterable<E> _iterable
)

Implementation

IndexedValueIterable(this._iterable);