HashCollection.getAt

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)
getAt
()
(
size_t i
,
auto ref K defaultValue
)

Meta