multik-core
0.2.0
common
multik-core
/
org.jetbrains.kotlinx.multik.ndarray.operations
/
find
find
common
inline
fun
<
T
,
D
:
Dimension
>
MultiArray
<
T
,
D
>
.
find
(
predicate
:
(
T
)
->
Boolean
)
:
T
?
Content copied to clipboard
Returns the first element matching the given
predicate
, or
null
if no such element was found.