byElement

@trusted
byElement
(
Table
)
(
auto ref return Table c
)
if (
is(Table == SSOHybridHashSet!(_),
_...
)
)

Return Value

Type: auto

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

Meta