pub const fn uint(n: u8) -> Symbol
Returns the uint keyword for the given byte (not bit) size.
uint
If n is 0, returns kw::UInt.
n
kw::UInt
Panics if n is greater than 32.