Module r3_core::utils::mem

source ·

Functions

  • Similar to core::mem::transmute except that T and U are not required to be the same size.
  • Construct a [MaybeUninit<T>; LEN] whose elements are uninitialized.