iter method

Iter<T> iter()

Implementation

@pragma('vm:prefer-inline')
Iter<T> iter() => Iter(iterator);