bytemuck::internal

Function cast

source
pub(crate) unsafe fn cast<A: Copy, B: Copy>(a: A) -> B
Expand description

Cast A into B

ยงPanics

  • This is like try_cast, but will panic on a size mismatch.