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