LinkedHashSet.removeByElem

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

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

Meta