dup

  1. HashSet!T dup(const(HashSet!T) originalSet)
  2. HashSet!T dup(const(HashSet!T) originalSet)
    @safe pure nothrow
    dup
    (
    T
    )
    ()

Return Value

Type: HashSet!T

A mutable copy of this set.

Meta