in vecs1.rs, I used Vec::from(a), but the hint didn't talk about it #2419
-
|
In vecs1.rs exercise where you have to instanciate a vector, I naturally leaned to methods like But there is a third way with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Splitting hairs, maybe it could be said that |
Beta Was this translation helpful? Give feedback.
How about:
Would that make it clear that there are additional (less basic) methods to create a vector?