EnumerateIterable<V> constructor

EnumerateIterable<V>(
  1. Iterable<V> _iterable
)

Implementation

EnumerateIterable(this._iterable);