HashSet.dup

struct HashSet(T)
@safe pure nothrow
dup
const
(
)
if (
isAssignmentCopyable!(Unqual!T)
)

Return Value

Type: HashSet!T

A mutable copy of this set.

Meta