Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on programming.dev

5 replies

Kogasareply
programming.dev

Discriminated unions have been In The Works(tm) for quite a while. I believe they were cut from the C# 12 roadmap. But maybe C# 13?

I think a source-generation based approach similar to OneOf isn't unlikely.

3

Yeah unfortunately tacking them onto a 20 year old language is not easy.

It's great to see it being worked on but there is a long way to go.

1
programming.dev

Does using function as a const? Meaning: when a using variable is declared, is it immutable?

1

You reached the end

Typescript is implementing a using keyword | Spyke