Represents a numerical value
The numerical value
BigInt value = BigInt("0x1234"); auto token = new Number(value); assert(token.toString() == "Number(0x1234)"); assert(token.m_value == value);
See Implementation
Represents a numerical value