[][src]Macro js_int::int

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

Creates an Int from a numeric literal.