Concept Flow - Record structs
Define record struct
Create instance with values
Use instance: access properties
Compare instances (value equality)
Immutable by default, can use with-expressions
End
This flow shows how a record struct is defined, instantiated, used, compared, and how its immutability works.