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>
Miscelaneous utility functions
Vec<T>
into a Vec<U>