in vecs1.rs, I used Vec::from(a), but the hint didn't talk about it #2419
Answered
by
senekor
ThomasPrioul
asked this question in
Q&A
|
In vecs1.rs exercise where you have to instanciate a vector, I naturally leaned to methods like But there is a third way with |
Answered by
senekor
Jul 7, 2026
Replies: 1 comment 3 replies
|
Splitting hairs, maybe it could be said that |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How about:
Would that make it clear that there are additional (less basic) methods to create a vector?