vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
Bson.this
index
vibe
data
bson
Bson
Initializes a new BSON value from the given D type.
this
(Type type, bdata_t data)
this
(double value)
this
(const(char)[] value, Type type)
this
(Bson[string] value)
this
(Bson[] value)
this
(BsonBinData value)
this
(BsonObjectID value)
this
(bool value)
this
(BsonDate value)
this
(typeof(null) )
this
(BsonRegex value)
this
(int value)
this
(BsonTimestamp value)
struct
Bson
@
safe
this
(
in
BsonTimestamp
value
)
this
(long value)
this
(Json value)
this
(UUID value)
Meta
Source
See Implementation
index
vibe
data
bson
Bson
constructors
this
enums
Type
functions
byIndexValue
byKeyValue
byValue
isNull
opApply
opAssign
opCast
opEquals
opIndex
opIndexAssign
opt
remove
toJson
toString
tryIndex
properties
data
emptyArray
emptyObject
get
length
to
type
static functions
fromJson
Initializes a new BSON value from the given D type.