LinkedMap.opIndex

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

  1. E opIndex(K key)
    struct LinkedMap(K, E, bool nogcIndexing = true, alias equal = "a == b", bool ovrwrtBhvr = true)
    @nogc @safe pure nothrow
    static if(nogcIndexing)
    E
    opIndex
    (
    K key
    )
  2. E opIndex(K key)

Meta