count
Returns the number of elements in this array.
Returns the number of elements matching the given predicate.
Returns the number of elements in this collection.
Returns the number of entries in this map.
inline fun <K, V> Map<out K, V>.count(predicate: (Map.Entry<K, V>) -> Boolean): Int
Content copied to clipboard
Returns the number of entries matching the given predicate.
Returns the number of elements matching the given predicate.
Since Kotlin
1.3