Union Type
Term side of the Card
Topic: Syntax
Unit title: Union Type
Categories: Concept, Syntax
Explanation side of the Card
Explanation: The type that is written as a vertical bar `|` and combines multiple types into one. Allows a variable to accept any one of the specified types, providing flexible data assignment options.