LinkedHashMap.remove

Removes the element with the specified key. Returns the removed element.

  1. E remove(K key)
    struct LinkedHashMap(K, E, alias hashFunc = defaultHash128!(K), alias equal = "a == b", bool retainKeys = false, alias keyEqual = "a == b", bool ovrwrtBhvr = true)
    @safe pure nothrow
    static if(!(retainKeys))
    E
    remove
    (
    K key
    )
  2. E remove(HashType hashcode)

Meta