The only difference is that it’s marked unsafe.
https://doc.rust-lang.org/std/hint/fn.unreachable_unchecked....
There is a safe version that is just a wrapper around panic! with a standardized message.
The only difference is that it’s marked unsafe.
https://doc.rust-lang.org/std/hint/fn.unreachable_unchecked....
There is a safe version that is just a wrapper around panic! with a standardized message.