first
@ExperimentalUnsignedTypes
inline
fun
ULongArray
.
first
(
predicate
:
(
ULong
)
->
Boolean
)
:
ULong
(source)
@ExperimentalUnsignedTypes
inline
fun
UByteArray
.
first
(
predicate
:
(
UByte
)
->
Boolean
)
:
UByte
(source)
@ExperimentalUnsignedTypes
inline
fun
UShortArray
.
first
(
predicate
:
(
UShort
)
->
Boolean
)
:
UShort
(source)
Returns the first element matching the given predicate .