Is there an & missing in the Language tour; Basic types; Buffers, arrays, and slices array example? #67
Closed
marvin-the-mathematician
announced in
Announcements
Replies: 1 comment 4 replies
-
Good catch, there's indeed a missing mutation marker in the example. |
Beta Was this translation helpful? Give feedback.
4 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.
-
Was working my way through the Language tour and got to the section (https://tour.val-lang.dev/basic-types#buffers-arrays-and-slices) and in the sub-section named Buffers, arrays, and slices I noticed no & on the line marked HERE below:
Should it be:
?
I just want to make sure I understand the use of & :-) Thanks.
Beta Was this translation helpful? Give feedback.
All reactions