serialized ~master (2021-10-14T13:36:09Z)
Dub
Repo
JSONNumber.opAssign
funkwerk
stdx
data
json
lexer
JSONNumber
Support assignment of numbers.
void
opAssign
(JSONNumber other)
void
opAssign
(double value)
void
opAssign
(long value)
void
opAssign
(BigInt value)
struct
JSONNumber
nothrow @
nogc
void
opAssign
(
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
Support assignment of numbers.