📄️ Struct definition
When writing programs we often need to access data that is more articulate than simple integers or booleans.
📄️ Generic Structs
Sometimes it might be necessary to define custom types that are able to work with any other type; often acting as containers.