Function BsonObjectID.generate
Generates a unique object ID.
By default it will use Clock.currTime(UTC())
as the timestamp
which guarantees that BsonObjectID
s are chronologically
sorted.
Prototype
static BsonObjectID generate(
const(std .datetime .SysTime) time = currTime(opCall())
);
Authors
Sönke Ludwig
Copyright
© 2012-2015 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.