LinkedHashSet.removeByElem

Removes an element by hashcode.

  1. HashType removeByElem(K key)
  2. HashType removeByElem(HashType key)
    struct LinkedHashSet(K, alias hashFunc = defaultHash128!(K), alias equal = "a == b")
    @safe pure nothrow
    removeByElem

Meta