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