count
@ExperimentalUnsignedTypes inline fun UShortArray.count(
predicate: (UShort) -> Boolean
): Int
(source)
Returns the number of elements matching the given predicate.
Try the revamped Kotlin docs design →
Try the revamped Kotlin docs design!
@ExperimentalUnsignedTypes inline fun UShortArray.count(
predicate: (UShort) -> Boolean
): Int
Returns the number of elements matching the given predicate.