#[doc(hidden)] pub unsafe fn transmute<A, B>(a: A) -> BExpand description
A reimplementation of the transmute function, avoiding problems
when the compiler can’t prove equal sizes.
#[doc(hidden)] pub unsafe fn transmute<A, B>(a: A) -> BA reimplementation of the transmute function, avoiding problems
when the compiler can’t prove equal sizes.