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