Macro js_int::int[][src]

macro_rules! int {
    ($n:literal) => { ... };
}
Expand description

Creates an Int from a numeric literal.