MapAny<K, V> extension

on

Methods

any(bool predicate(K key, V value)) bool
Returns true if there is at least one entry that matches the given predicate. predicate must not be null.