kdocs
2.1.0
common
kdocs
/
dev.inmo.krontab.builder
/
TimeBuilder
/
upTo
up
To
infix
fun
Int
.
upTo
(
endIncluding
:
Int
)
:
Array
<
Int
>
(
source
)
Will fill up this timeline from
this
up to
endIncluding
infix
fun
upTo
(
endIncluding
:
Int
)
:
Array
<
Int
>
(
source
)
Shortcut for "
from
0
upTo
"