iter method

Iter<T> iter()

Implementation

@pragma("vm:prefer-inline")
Iter<T> iter() {
  return Iter([v].iterator);
}