Dfinity 日本語ドキュメント
DFINITY.org
Forum
Support
Table of contents
Developer Center
Motoko Base Library
IterType
IterType
The Iterator type
Iter
type Iter<T> = { next : () -> ?T }