Concept
Union type
Books
Journey Statusmastered Tags
Union type: An untagged, ad-hoc combination of existing independent types (e.g., (U mt node)) - unlike Sum type (Algebraic data type) where Type variant are tagged and defined together as part of one
Union type: An untagged, ad-hoc combination of existing independent types (e.g., (U mt node)) - unlike Sum type (Algebraic data types) where Type variant are tagged and defined together as part of one type.