TscTimePoint.fromSysTime

Calculate a TscTimePoint for a time given in systime from now

Not @nogc and nothrow, because Clock.currTime does GC and may throw

struct TscTimePoint
static @safe
@"notrace"
fromSysTime
(
SysTime time
)

Meta