A type that is composed of multiple primitive or composite types.
type person struct { name string age int }