Is it possible to use vectors? HashMap<i32, Vec<i32>> #146
Replies: 1 comment
-
Yes! You can get a mutable reference to a value (Vec) through get or get_async methods. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to use vectors?
HashMap<i32, Vec<i32>>
How to add a value to a vector?
Beta Was this translation helpful? Give feedback.
All reactions