Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 672 Bytes

Struct Types.md

File metadata and controls

21 lines (16 loc) · 672 Bytes

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


Slide Screenshot

064.jpg


Slide Deck

  • New Aggregate Type
  • Combine Value/Ref Types -> One Unit
  • Inside or Contain Mappings & Arrays
  • Cannot Contain Member of Same Type

References