Closed
Description
We obviously have std::mem::transmute
, but for core
we only have
core::intrinsics::transmute
: unstable / feature gatedcore::mem::transmute_copy
: which is actually more dangerous thantransmute
because it's missing the "before and after have the same size" check.
So can we get core::mem::transmute
?
Metadata
Metadata
Assignees
Labels
No labels