pub fn max() -> u8
Return the largest value that can be represented by u8.
u8
The largest value for u8 is 255.
255