Open cston opened 4 years ago
The current spec at https://github.com/dotnet/csharplang/blob/master/proposals/native-integers.md says it is permitted.
Moved to Compiler.Next for now.
@tannergooding, @JeremyKuhne, please let us know if this is a blocking issue.
Nothing known to be blocking on my end.
What's the status of this issue?
Given this isn't going to make 16.8, will it be removed from the C# 9.0 spec and implemented in a future langversion?
If we move forward with this we should consider, even if we don't implement, all the types enum
support as base types in the runtime: nint
, nuint
, float
, double
and char
.
Note: bool
used to be supported but was removed in .NET 8.
From LDM-2019-10-23: