64 - Struct Types
Structs help define new aggregate types by combining other value/reference types into one unit.
Struct types can be used inside mappings and arrays and they can themselves contain mappings and arrays.
It is not possible for a structs to contain a member of its own type
- New Aggregate Type
- Combine Value/Ref Types -> One Unit
- Inside or Contain Mappings & Arrays
- Cannot Contain Member of Same Type