Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Spivak
on July 7, 2022
|
parent
|
context
|
favorite
| on:
Programming with union, intersection, and negation...
Maybe<T> is a tagged union between T and None.
Nullable<T> is an untagged union between T and None.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Nullable<T> is an untagged union between T and None.