entries

Produce a range through all the entries of a set.

@nogc @safe pure nothrow
entries
(
U
)
(
auto ref inout(HashSet!U) set
)

Parameters

set
Type: inout(HashSet!U)

A set.

Return Value

Type: auto

A ForwardRange over all the entries in the set.

Meta