Replies: 1 comment
-
See #620 |
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
-
The following code prints
[]
. How can I add the word "Hello" to the slice? The slice is a[]any
slice.I can of course add a "addToSlice" method, but I'expect a
.push()
to work.Beta Was this translation helpful? Give feedback.
All reactions