Allow "ReadOnlyValueReference<T>/ValueReference<T>" to accept ref structs via 'allow ref struct' as generic constraint #264
Closed
CodingMadness
started this conversation in
Ideas
Replies: 3 comments 6 replies
|
Same goes for all the "Intrincis" like "KeepAlive()" to use "allow ref struct" as generic constraint |
1 reply
|
See for more info: Proposal -> ref ->'ref Struct' |
0 replies
|
I can't do that because .NEXT targets .NET 8, which is LTS version. I had experience with enabling language preview features, and it wasn't positive.
|
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey,
atleast for current .NEXT as new feature could you allow getting references to "ref structs" so you are not forced to update between ref structs via pointer.
Hope to hear from you and great work :)
All reactions