HashCollection.at

Index access (for ordered collections). For maps, returns the key.

struct HashCollection(K, V, bool ordered, bool multi)
ref inout
static if(ordered)
inout(K)
at
()
(
size_t i
)

Meta