Concept Flow - Struct usage patterns
Define struct type
Create struct instance
Access or modify fields
Use struct in functions or methods
Pass struct by value or pointer
Update or read fields
End or reuse struct
This flow shows how to define a struct, create instances, access fields, and use structs in functions or methods, including passing by value or pointer.