byValue

@safe @trusted
byValue
(
SomeMap
)
(
auto ref return SomeMap c
)
if (
is(SomeMap == HybridHashMap!(_),
_...
) &&
SomeMap.hasValue
)

Return Value

Type: auto

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

Meta