IterType

The built-in iterator type

type Iter<T> = { next : () -> ?T }