Internet Computer
Forum
Developer Center
Motoko Base Library
IterType
IterType
The Iterator type
Iter
type Iter<T> = { next : () -> ?T }