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.

alias MonoTime = MonoTimeImpl!(ClockType.normal)

Meta