byElement

Returns forward range that iterates through the elements of c.

@trusted
byElement
(
SomeMap
)
(
auto ref inout(SomeMap) c
)
if (
is(SomeMap == SSOHashMapOrSet!(_),
_...
)
)

Meta