Concept Flow - Generic structs
Define struct with <T>
Create instance with specific type
Use fields of instance
Generic type allows flexibility
This flow shows how a struct is defined with a generic type, then created with a specific type, and finally used.