splitUnitsFromHNSecs

Undocumented in source. Be warned that the author may not have intended to support it.
@safe pure nothrow @nogc
long
splitUnitsFromHNSecs
(
string units
)
(
ref long hnsecs
)
if (
units == "weeks" ||
units == "days"
||
units == "hours"
||
units == "minutes"
||
units == "seconds"
||
units == "msecs"
||
units == "usecs"
||
units == "hnsecs"
)

Meta