vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
BsonTimestamp
index
vibe
data
bson
Represents a BSON timestamp value
(Bson.Type.timestamp)
.
struct
BsonTimestamp {
this
(long time);
}
Constructors
this
this
(long time)
Undocumented in source.
Meta
Source
See Implementation
index
vibe
data
bson
aliases
bdata_t
functions
fromBsonData
serializeToBson
toBigEndianData
toBsonData
structs
Bson
BsonBinData
BsonDate
BsonObjectID
BsonRegex
BsonSerializer
BsonTimestamp
templates
deserializeBson
isBsonSerializable
Represents a BSON timestamp value (Bson.Type.timestamp).