uint

Function uint 

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

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

If n is 0, returns kw::UInt.

ยงPanics

Panics if n is greater than 32.