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.bytearrays
/
FieldedArraysExtensions
/
lastIndexOf
last
Index
Of
@
JvmName
(
name
=
"lastIndexOf_with_it_unibo_collektive_aggregate_Field_of_ByteArray_end_and_Byte"
)
fun
<
ID
:
Any
>
Field
<
ID
,
ByteArray
>
.
lastIndexOf
(
element
:
Byte
)
:
Field
<
ID
,
Int
>
@
JvmName
(
name
=
"lastIndexOf_with_ByteArray_and_it_unibo_collektive_aggregate_Field_of_Byte_end"
)
fun
<
ID
:
Any
>
ByteArray
.
lastIndexOf
(
element
:
Field
<
ID
,
Byte
>
)
:
Field
<
ID
,
Int
>
@
JvmName
(
name
=
"lastIndexOf_with_it_unibo_collektive_aggregate_Field_of_ByteArray_end_and_it_unibo_collektive_aggregate_Field_of_Byte_end"
)
fun
<
ID
:
Any
>
Field
<
ID
,
ByteArray
>
.
lastIndexOf
(
element
:
Field
<
ID
,
Byte
>
)
:
Field
<
ID
,
Int
>