serialized ~master (2021-10-14T13:36:09Z)
Dub
Repo
WrappedBigInt
funkwerk
stdx
data
json
value
Proxy structure that stores BigInt as a pointer to save space in JSONValue
@
safe
static
struct
WrappedBigInt {
import
std
.
bigint
;
;
this
(BigInt value);
inout
(
BigInt
)
value
[@property getter];
}
Constructors
this
this
(BigInt value)
Members
Properties
value
inout
(
BigInt
)
value
[@property getter]
Meta
Source
See Implementation
funkwerk
stdx
data
json
value
functions
opt
structs
JSONValue
WrappedBigInt
Proxy structure that stores BigInt as a pointer to save space in JSONValue