Building Data Structure#

It’s essential to start with the fundamentals. So, let’s kick things off by learning Mojo’s data types and data structures.

Struct#

Constructors#

Destructors#

Dunder/Magic methods#

Methods overloading#

Operators overloading#

Method dispatch#

Operators#