Skip to main content
Docs
Tutorials
Guides
References
Motoko
Blog
Additional Resources
Awesome Internet Computer
Sample Code
SDK Release Notes
Developer Tools
Developer grants
Motoko Playground
Dev Forum
Dev Discord
Search
Learn
Start here
Capabilities
The Basics
Capabilities
What is ICP
Bitcoin Integration
How it Works
Ethereum Integration
Sustainability
HTTPS Outcalls
Whitepaper
Identity on ICP
ICP Wiki
Tools
Video Library
Dashboard
Technical Roadmap
Wallets
GitHub
Use
Step into Web3
Use Cases
ICP Ecosystem
ckBTC
ICP Token
NFTs
Create an Internet Identity
DeFi
Staking & Governance (NNS)
Social Media Dapps
Help & Support
SNS DAOs
OpenChat
Develop
Start coding
Need Support
Developer Docs
Dev & Community Forum
Sample Code
Dev Discord
Motoko Docs
Dev Twitter
Rust Docs
Solidity Docs
Tools
Developer Tools
Motoko Playground
Community
Get Involved
Join The Discussion
Live Sessions
Dev & Community Forum
Roadmap
Community Blog
Feedback Board
Grants
Hackathons
Developer Grants
ICP Careers
Community Grants
Become a Node Provider
DFINITY Foundation
Docs
Tutorials
Guides
References
Motoko
Blog
Additional Resources
Awesome Internet Computer
Sample Code
SDK Release Notes
Developer Tools
Developer grants
Motoko Playground
Dev Forum
Dev Discord
motoko
/
IterType
On this page
IterType
The Iterator type
Type
Iter
type Iter<T> = { next : () -> ?T }
Previous
Iter
Next
List
Type
Iter