Contents
Roadmap info from roadmap website
Structs
Structs are user-defined types that help us create a collection of data describing a single entity.
-
Structs are mutable.
-
Structs are user-defined types that help us create a collection of data describing a single entity.
-
Structs are mutable.
-
Itβs idiomatic to encapsulate new struct creation in constructor functions