C*
Documentation
Discord
GitHub
Introduction
Hello world!
Variables and constants
Functions
Control flow
Builtin types
Structs
List
Strings
Pointers
Nullable types
Enum types
Iterators
Interfaces
Generics
Low-level programming
Standard library
Iterators
Iterators are objects used to traverse through the elements of a collections.
How to create a custom iterator
TODO