Y
Hacker News
new
|
ask
|
show
|
jobs
by
classified
1065 days ago
It's not a union type, but an option. INT | NULL --> Option<INT>.
1 comments
dtech
1065 days ago
Option is an union type
link
AnimalMuppet
1065 days ago
It's a sum type, which is not quite the same thing.
link