Module core_extensions::utils
source · Expand description
Miscelaneous utility functions
Functions§
- Use this function to mark to the compiler that this branch is impossible.
- Allows transmuting between types of different sizes.
- Transmutes a
Vec<T>
into aVec<U>