Product type
From Coderwiki
More actions
A product type is a user-defined data type (more specifically, an algebraic data type) which combines other types together. It contains multiple fields which individually store values.
Product type examples
edit edit sourceThe main example of a product type is the 'struct' data structure.