Live data from Hacker News

Things you can’t do you in Rust: destructure vectors

medium.com

1–2 of 2 posts

Re: Things you can’t do you in Rust: destructure vectors

#2
This is actually not true. You can't do it in stable rust, but on nightly slice destructuring has been possible for a while now (just as the compile error indicates).

See:

- https://doc.rust-lang.org/unstable-book/language-features/sl...

- https://doc.rust-lang.org/unstable-book/language-features/ad...