Module u8

Module u8 

Source
Expand description

Math helpers for integer type u8

Functionsยง

divrem
Calculates the quotient and remainder of regular integer division and returns the result as a tuple.
divrem_euclid
Calculates the quotient and remainder of Euclidean division and returns the result as a tuple.