HashCollection.byValueOf

Return a range with all values with the given key. If the key is not present, returns an empty range.

struct HashCollection(K, V, bool ordered, bool multi)
static if(haveValues)
byValueOf
(
this This
)
(
auto ref K k
)

Meta