Removes the element with the specified key.
Returns the removed element.
Eremove(K key)
structLinkedHashMap(K, E, alias hashFunc = defaultHash128!(K), alias equal = "a == b", bool retainKeys = false, alias keyEqual = "a == b", bool ovrwrtBhvr = true)
Removes the element with the specified key. Returns the removed element.