HashCollection.valuesOf

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

struct HashCollection(K, V, bool ordered, bool multi)
private public
static if(haveValues)
V[]
valuesOf
()
(
auto ref K k
)

Meta