byElement

Returns forward range that iterates through the elements of c.

@trusted
byElement
(
SomeHashMapOrSet
)
(
auto ref inout(SomeHashMapOrSet) c
)
if (
isInstanceOf!(SSOHashMapOrSet, SomeHashMapOrSet)
)

Meta