Hacker News new | ask | show | jobs
by est31 2043 days ago
> TryInto is already implemented for slices in 1.47, so `let foo = u16::from_be_bytes(some_slice.try_into().unwrap());` would work before 1.48.

Rustdocs say it was 1.36 even? https://doc.rust-lang.org/nightly/std/primitive.array.html#i...

1 comments

Yeah, by "In 1.47" I mean that as of 1.47 it was already implemented, didn't check since which version.