Expand description
Utility functions used by macros, so they must be publicly available.
Please, don’t use them by yourself because they aren’t stable.
Modules§
Functions§
- ceil_
mul - Smallest number that is both greater or equal to
x
and a multiple ofm
. - floor_
mul - Biggest number that is both lower or equal to
x
and a multiple ofm
. - max
const
version ofusize::max
.- min
const
version ofusize::min
.