toggle menu
Feather
0.5
jvm
switch theme
search in API
feather-runtime
/
uk.co.nickthecoder.feather.runtime
/
Extensions
/
indices
indices
open
fun
indices
(
list
:
List
<
out
Any
>
)
:
IntRange
This is useful if you wish to iterate over the index values of a list.
open
fun
indices
(
list
:
Array
<
Boolean
>
)
:
IntRange
open
fun
indices
(
list
:
Array
<
Char
>
)
:
IntRange
open
fun
indices
(
list
:
Array
<
Byte
>
)
:
IntRange
open
fun
indices
(
list
:
Array
<
Short
>
)
:
IntRange
open
fun
indices
(
list
:
Array
<
Int
>
)
:
IntRange
open
fun
indices
(
list
:
Array
<
Long
>
)
:
IntRange
open
fun
indices
(
list
:
Array
<
Float
>
)
:
IntRange
open
fun
indices
(
list
:
Array
<
Double
>
)
:
IntRange
open
fun
<
T
>
indices
(
list
:
Array
<
T
>
)
:
IntRange