Replies: 1 comment
-
exactly, you can see the usage example on Atomic in core.meta.slang
Please feel free to open a PR against the documentation! |
Beta Was this translation helpful? Give feedback.
0 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.
-
The documentation shows operators but not assigment operators (+= etc...). Core.meta.slang shows some of these operators in use, but I'm confused how to properly handle mutability. Is chaining supported? So doing x = 0; x+=5+=5; would result in x==10? Should we use __ref?
Beta Was this translation helpful? Give feedback.
All reactions