byValue

@safe @trusted
byValue
(
Table
)
(
auto ref return Table c
)
if (
isInstanceOf!(OpenHashMapOrSet, Table) &&
Table.hasValue
)

Return Value

Type: auto

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

Meta