Summary: `nint i = 1;` and `nuint i2 = 2;` Shipped in preview in 16.7p1. ---- - [x] Proposal added (https://github.com/dotnet/csharplang/blob/master/proposals/csharp-9.0/native-integers.md, open issues https://github.com/dotnet/csharplang/issues/3259) - [x] Discussed in LDM - [x] Decision in LDM - [ ] Finalized (done, rejected, inactive) - [ ] Spec'ed /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.
Summary:
nint i = 1;andnuint i2 = 2;Shipped in preview in 16.7p1.
/cc @KrzysztofCwalina @jaredpar
[jcouv update:] as part of this feature, we should consider what
Interlockedoverloads the BCL/runtime should provide for those new types.