Hacker News new | ask | show | jobs
by tsss 2566 days ago
Optionals are union types: Optional<A> is the union of Unit and A.