fluid-stdlib
0.14.0
common
fluid-stdlib
/
io.fluidsonic.stdlib
/
toSequence
to
Sequence
fun
HalfOpenIntRange
.
toSequence
(
nextFunction
:
(
Int
)
->
Int
?
)
:
Sequence
<
Int
>
fun
<
Bound
:
Comparable
<
Bound
>
>
HalfOpenRange
<
Bound
>
.
toSequence
(
nextFunction
:
(
Bound
)
->
Bound
?
)
:
Sequence
<
Bound
>
fun
<
Bound
:
Comparable
<
Bound
>
>
ClosedRange
<
Bound
>
.
toSequence
(
next
:
(
Bound
)
->
Bound
?
)
:
Sequence
<
Bound
>