Y
Hacker News
new
|
ask
|
show
|
jobs
by
qwerasdf5
1049 days ago
C# has had nullable types for quite a while.
1 comments
consilient
1049 days ago
Not quite the same thing. Nullable types are (undiscriminated) unions, `Option` is a sum (= discriminated union).
link