HashSet.opOpAssign

Set operators.

  1. HashSet!(K, hashFunc, less) opOpAssign(E value)
  2. HashSet!(K, hashFunc, less) opOpAssign(R range)
    struct HashSet(K, alias hashFunc = defaultHash!K, alias less = "a < b")
    HashSet!(K, hashFunc, less)
    opOpAssign
    (
    string op
    R
    )
    ()

Meta