multik-core
0.2.0
common
multik-core
/
org.jetbrains.kotlinx.multik.ndarray.operations
/
lastIndexOf
last
Index
Of
common
fun
<
T
,
D
:
Dimension
>
MultiArray
<
T
,
D
>
.
lastIndexOf
(
element
:
T
)
:
Int
Content copied to clipboard
Returns last index of
element
, or -1 if the collection does not contain element.