vibe-d v0.9.5-beta.1 (2022-05-13T15:16:55Z)
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).