TickDuration.opCast

Duration opCast(T)() if (is(immutable T == immutable Duration)) @safe const pure nothrow @nogc

Returns a Duration with the same number of hnsecs as this TickDuration. Note that the conventional way to convert between TickDuration and Duration is using to, e.g.: tickDuration.to!Duration()

TickDuration opCast(T)() if (is(immutable T == immutable TickDuration)) @safe const pure nothrow @nogc
No documentation available for this declaration.