count
@ExperimentalUnsignedTypes
inline
fun
ULongArray
.
count
(
predicate
:
(
ULong
)
->
Boolean
)
:
Int
(source)
@ExperimentalUnsignedTypes
inline
fun
UByteArray
.
count
(
predicate
:
(
UByte
)
->
Boolean
)
:
Int
(source)
@ExperimentalUnsignedTypes
inline
fun
UShortArray
.
count
(
predicate
:
(
UShort
)
->
Boolean
)
:
Int
(source)
Returns the number of elements matching the given predicate .
Returns the number of entries in this map.