byKey

@safe @trusted
byKey
(
SomeMap
)
(
auto ref SomeMap c
)
if (
isInstanceOf!(OpenHashMap, SomeMap) &&
SomeMap.hasValue
)

Return Value

Type: auto

range that iterates through the keys of c in undefined order.

Meta