vson ~master (2015-03-22T05:30:36Z)
Dub
Repo
Bson.this
vson
bson
Bson
Initializes a new BSON value from the given D type.
this
(Type type, bdata_t data)
this
(double value)
this
(string 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) )
struct
Bson
this
(
typeof
(null)
)
this
(BsonRegex value)
this
(int value)
this
(BsonTimestamp value)
this
(long value)
this
(Json value)
Meta
Source
See Implementation
vson
bson
Bson
aliases
EmptyArray
EmptyObject
constructors
this
enums
Type
functions
isNull
opApply
opAssign
opCast
opEquals
opIndex
opIndexAssign
opt
toJson
toString
properties
data
emptyArray
emptyObject
get
length
opDispatch
type
static functions
fromJson
Initializes a new BSON value from the given D type.