Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
gavinray
4 months ago
|
parent
|
context
|
favorite
| on:
Union types in C# 15
This is not "true" ad-hoc union support like TS or Scala
This is essentially "sealed interface" from Java/Kotlin or "enum" in Rust
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
This is essentially "sealed interface" from Java/Kotlin or "enum" in Rust