Champion "Native-Sized Number Types" (VS 16.8, .NET 5) · Issue #435 · dotnet/csharplang (original) (raw)

Summary: nint i = 1; and nuint i2 = 2;

Shipped in preview in 16.7p1.


/cc @KrzysztofCwalina @jaredpar

[jcouv update:] as part of this feature, we should consider what Interlocked overloads the BCL/runtime should provide for those new types.