Hacker News new | ask | show | jobs
by steveklabnik 3779 days ago
Yes, absolutely.
1 comments

But only if you use the `slice.unchecked_get`[1] method, otherwise you still get bounds checking in an unsafe block.

[1]: http://doc.rust-lang.org/std/primitive.slice.html#method.get...