Expand description
Miscelaneous utility functions
Functions§
- impossible⚠
- Use this function to mark to the compiler that this branch is impossible.
- transmute_
ignore_ ⚠size - Allows transmuting between types of different sizes.
- transmute_
vec ⚠ - Transmutes a
Vec<T>
into aVec<U>