https://issues.dlang.org/show_bug.cgi?id=15502
--- Comment #2 from Timothee Cour <[email protected]> --- so the following works: core.time.MonoTime.currTime.ticks.nsecs.total!"nsecs" therefore the deprecation message should be reflecting one to use that instead (or link to some explanation or this bug) instead of: 'Deprecation: function std.datetime.Clock.currSystemTick is deprecated - Use core.time.MonoTime.currTime instead' --
