HashCollection.count

Return the number of items with the given key. When multi==false, always returns 0 or 1.

struct HashCollection(K, V, bool ordered, bool multi)
size_t
count
()
(
auto ref K k
)

Meta