Union/Sum Type
Let’s take an example of operating system information as a data structure to better understand sum types.
Struct
Our bare minimum struct to represent an operating system contains a few common fields that would exist in each of the operating system.
t...
hashnode.king-11.dev7 min read