The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
split.split
core
time
Duration
split
Ditto
void
split
(Args args)
template
split
(units...)
@
safe
pure const nothrow @
nogc
void
split
(
Args
...
)
(
out
Args
args
)
if
(
units.length
!= 0 &&
args.length
==
units.length
&&
allAreMutableIntegralTypes
!
Args
)
if
(
allAreAcceptedUnits
!("weeks", "days", "hours", "minutes", "seconds", "msecs", "usecs", "hnsecs", "nsecs")([
units
]) &&
unitsAreInDescendingOrder
([
units
])
)
auto
split
()
Meta
Source
See Implementation
core
time
Duration
split
functions
split
Ditto