-
Notifications
You must be signed in to change notification settings - Fork 16
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
arc4.Tuple
with mutable element changes fails compilation
#152
Labels
enhancement
New feature or request
Comments
achidlow
added a commit
that referenced
this issue
Mar 26, 2024
achidlow
added a commit
that referenced
this issue
Mar 26, 2024
achidlow
added a commit
that referenced
this issue
Mar 26, 2024
achidlow
added a commit
that referenced
this issue
Mar 26, 2024
achidlow
added a commit
that referenced
this issue
Mar 26, 2024
daniel-makerx
added a commit
that referenced
this issue
Jun 10, 2024
daniel-makerx
added a commit
that referenced
this issue
Jun 10, 2024
daniel-makerx
added a commit
that referenced
this issue
Jun 10, 2024
Reading and writing dynamic ARC4 types in an array Modifying ARC4 tuple items (#152) Require ARC4 struct initialisation to have unaliased values to maintain reference semantics
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Although tuples are immutable collections, their individual items can change if they are mutable.
Ideally, the following should compile and execute correctly
The text was updated successfully, but these errors were encountered: