LinkedHashMap.getPtr

Returns the pointer to the element with the given key, of null if key is not found.

  1. E* getPtr(K key)
  2. E* getPtr(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*
    getPtr
  3. E* getPtr(K key)

Meta