iter method

Iter<T> iter()

Implementation

Iter<T> iter() => Iter<T>.fromIterable(this);