js_int
0.2.2
Macros
int
uint
Structs
Int
ParseIntError
TryFromIntError
UInt
Constants
MAX_SAFE_INT
MAX_SAFE_UINT
MIN_SAFE_INT
js_int
Macro
uint
Copy item path
Settings
Help
Summary
Source
macro_rules! uint { ($n:literal) => { ... }; }
Expand description
Creates a
UInt
from a numeric literal.