pub fn cast_slice_box<A: NoUninit, B: AnyBitPattern>(
    input: Box<[A]>
) -> Box<[B]>
Available on crate feature extern_crate_alloc only.
Expand description

As try_cast_slice_box, but unwraps for you.