The OpenD Programming Language

MonoTime

alias for MonoTimeImpl instantiated with ClockType.normal. This is what most programs should use. It's also what much of MonoTimeImpl uses in its documentation (particularly in the examples), because that's what's going to be used in most code.

import core.time;
alias MonoTime = MonoTimeImpl!(ClockType.normal)

Meta