iter method

Iter<T> iter()

Returns an Iter over the Iterable.

Implementation

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