Expand description
Utilities used by different modules.
Functionsยง
- next_
multiple_ of_ 32 - See
usize::next_multiple_of
. - words_
for - Calculates the padded length of a slice by rounding its length to the next word.
- words_
for_ len - Calculates the padded length of a slice of a specific length by rounding its length to the next word.