js_int
0.2.2
js_int
Macro
int
Copy item path
Source
macro_rules! int { ($n:literal) => { ... }; }
Expand description
Creates an
Int
from a numeric literal.