MonoTime

Prototype for core.time.MonoTime (TickDuration replacement). See https://github.com/D-Programming-Language/druntime/pull/711

Members

Functions

opBinary
MonoTime opBinary(Duration d)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Duration opBinary(MonoTime o)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(MonoTime o)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

max
enum max;
Undocumented in source.

Static functions

currTime
MonoTime currTime()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta