Glossary
This glossary provides a list of key terms and concepts related to the Mojo programming language, along with the locations in the Miji where they are discussed.
Term and concept | Chapter |
---|---|
variable | Variables |
identifier | Variables |
dunder method | Variables |
shadowing | Variables |
reference | function |
Overloading | Functions |
dereferencing operator | Data types |
uninitialized | SIMD |
compile time | ownership |
run time | ownership |