int

Function int 

Source
pub const fn int(n: u8) -> Symbol
Expand description

Returns the int keyword for the given byte (not bit) size.

If n is 0, returns kw::Uint.

ยงPanics

Panics if n is greater than 32.