Convert a slice or an array to a Vec in Rust
To create a new vector from a slice:
slice.to_vec();
It works for fixed-size arrays too.
Confusingly, you won't find that method on std::slice documentation page.
All useful slice methods are documented at:
https://doc.rust-lang.org/std/primitive.slice.html
Written by Kornel
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Rust
Authors

pornel
136.3K
bobwilliams
1.958K
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#