byElement

@safe @trusted
byElement
(
SomeMap
)
(
auto ref return SomeMap c
)
if (
isInstanceOf!(FlatHashMap, SomeMap) &&
!SomeMap.hasValue
)

Return Value

Type: auto

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

Meta