HashSet.removeByElem

Removes an element by match. Returns the hashcode if found, or uint.init if not.

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

Meta