HashCollection.indexOf

Returns index of key k.

struct HashCollection(K, V, bool ordered, bool multi)
const
static if(ordered)
sizediff_t
indexOf
()
(
auto ref const K k
)

Meta