HashSet.removeByElem

Removes an element by hashcode.

  1. HashType removeByElem(K key)
  2. HashType removeByElem(HashType key)
    struct HashSet(K, alias hashFunc = defaultHash!K, alias less = "a < b")
    @safe pure nothrow
    removeByElem

Meta