Structs
A struct
- or structure - is a custom data type that groups related values together into a named data structure.
In this chapter we'll compare the two types of supported structures, demonstrate how to use them, and how Mun's hot reloading works for structures.