-
Discord user IDNo response Describe your question in detail.I have this code snippet.
What error, if any, are you getting?
What have you tried or looked at? Or how can we reproduce the error?No response Which operating system are you using?macOS Which SDK or tool are you using? (if any)TypeScript SDK Describe your environment or tooling in detailNo response |
Beta Was this translation helpful? Give feedback.
Answered by
0x-j
Aug 13, 2024
Replies: 1 comment
-
Yes it's intentional,, because reference.variable will always be not a reference by default, and instead a move. This is the recommended approach.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
0x-j
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes it's intentional,, because reference.variable will always be not a reference by default, and instead a move.
This is the recommended approach.