treemap
Toggle table of contents
2025.0.1
common
Platform filter
common
Switch theme
Search in API
treemap
treemap
/
com.treemap
/
Itertools
/
islice
islice
fun
<
T
>
islice
(
seq
:
List
<
T
>
,
start
:
Int
,
stop
:
Int
,
step
:
Int
)
:
Iterable
<
T
>
fun
<
T
>
islice
(
seq
:
List
<
T
>
,
stop
:
Int
,
step
:
Int
)
:
Iterable
<
T
>
fun
<
T
>
islice
(
seq
:
List
<
T
>
,
stop
:
Int
)
:
Iterable
<
T
>