collektive-stdlib
Toggle table of contents
25.0.0
common
Platform filter
common
Switch theme
Search in API
collektive-stdlib
collektive-stdlib
/
it.unibo.collektive.stdlib.chararrays
/
FieldedArraysExtensions
/
indexOf
index
Of
@
JvmName
(
name
=
"indexOf_with_it_unibo_collektive_aggregate_Field_of_CharArray_end_and_Char"
)
fun
<
ID
:
Any
>
Field
<
ID
,
CharArray
>
.
indexOf
(
element
:
Char
)
:
Field
<
ID
,
Int
>
@
JvmName
(
name
=
"indexOf_with_CharArray_and_it_unibo_collektive_aggregate_Field_of_Char_end"
)
fun
<
ID
:
Any
>
CharArray
.
indexOf
(
element
:
Field
<
ID
,
Char
>
)
:
Field
<
ID
,
Int
>
@
JvmName
(
name
=
"indexOf_with_it_unibo_collektive_aggregate_Field_of_CharArray_end_and_it_unibo_collektive_aggregate_Field_of_Char_end"
)
fun
<
ID
:
Any
>
Field
<
ID
,
CharArray
>
.
indexOf
(
element
:
Field
<
ID
,
Char
>
)
:
Field
<
ID
,
Int
>