Function cast_slice
pub fn cast_slice<A, B>(a: &[A]) -> &[B] ⓘwhere
A: NoUninit,
B: CheckedBitPattern,
Available on crate feature
dep_bytemuck
only.pub fn cast_slice<A, B>(a: &[A]) -> &[B] ⓘwhere
A: NoUninit,
B: CheckedBitPattern,
dep_bytemuck
only.