Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: mut modifier #296

Merged
merged 2 commits into from
Jan 21, 2024
Merged

feat: mut modifier #296

merged 2 commits into from
Jan 21, 2024

Conversation

andrewmd5
Copy link
Contributor

As we've been warning in v2 for some time, the readonly modifier has been removed and structs are now immutable by default. The mut modifier has been added to indicate they should be mutable.

As we've been warning in v2 for some time, the readonly modifier has been removed and structs are now immutable by default. The mut modifier has been added to indicate they should be mutable.
@andrewmd5 andrewmd5 merged commit 02e4e2f into vnext Jan 21, 2024
0 of 10 checks passed
@andrewmd5 andrewmd5 deleted the mut-modifier branch January 21, 2024 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant