LinkedHashMap.opIndex

Returns the element with the given key, or E.init if key is not found.

  1. E opIndex(K key)
  2. E opIndex(HashType hashCode)
    struct LinkedHashMap(K, E, alias hashFunc = defaultHash128!(K), alias equal = "a == b", bool retainKeys = false, alias keyEqual = "a == b", bool ovrwrtBhvr = true)
    @nogc @safe pure nothrow
    static if(!retainKeys || keyEqual !is null)
    static if(nogcIndexing)
    E
    opIndex
  3. E opIndex(K key)
  4. E opIndex(HashType hashCode)
  5. E opIndex(K key)
  6. E opIndex(K key)

Meta