byElement

@trusted
byElement
(
Table
)
(
auto ref return Table c
)
if (
isInstanceOf!(SSOOpenHashSet, Table)
)

Return Value

Type: auto

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

Meta