Re-exports§

Modules§

Structs§

Enums§

Constants§

Functions§

  • Rounds up x to the closest multiple of 32. If x % 32 == 0 then x is returned. Note, if x is greater than usize::MAX - 31 this will return usize::MAX which isn’t a multiple of 32.