LinkedHashMap.opIndexAssign

Assigns a value to the given key.

  1. auto opIndexAssign(E value, K key)
    struct LinkedHashMap(K, E, alias hashFunc = defaultHash128!(K), alias equal = "a == b", bool retainKeys = false, alias keyEqual = "a == b", bool ovrwrtBhvr = true)
    @safe pure nothrow
    static if(retainKeys)
    opIndexAssign
    (,
    K key
    )
  2. auto opIndexAssign(E value, K key)

Meta