serialized ~master (2021-10-14T13:36:09Z)
Dub
Repo
JSONNumber.this
funkwerk
stdx
data
json
lexer
JSONNumber
Constructs a
JSONNumber
from a raw number.
this
(double value)
struct
JSONNumber
nothrow @
nogc
this
(
double
value
)
this
(long value)
this
(BigInt value)
Meta
Source
See Implementation
funkwerk
stdx
data
json
lexer
JSONNumber
constructors
this
enums
Type
functions
opAssign
opCmp
opEquals
toHash
properties
bigIntValue
doubleValue
longValue
type
Constructs a JSONNumber from a raw number.