HashMap.ptrOf

Returns the pointer of the element, or null if key not found.

  1. E* ptrOf(K key)
  2. E* ptrOf(HashType key)
    struct HashMap(K, E, alias hashFunc = defaultHash!K, alias less = "a < b")
    @nogc @safe pure nothrow
    static if(nogcIndexing)
    E*
    ptrOf

Meta