iter method

Iter<T> iter()

Returns an Iter for this Iterator.

Implementation

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