HashCollection.indicesOf

Returns all indices of key k.

struct HashCollection(K, V, bool ordered, bool multi)
inout
static if(ordered)
inout(size_t)[]
indicesOf
()
(
auto ref const K k
)

Meta