LinkedHashMap.opApply

opApply override for foreach

  1. int opApply(int delegate(ref E) dg)
  2. int opApply(int delegate(K, ref E) dg)
    struct LinkedHashMap(K, E, alias hashFunc = defaultHash128!(K), alias equal = "a == b", bool retainKeys = false, alias keyEqual = "a == b", bool ovrwrtBhvr = true)
    static if(retainKeys)
    int
    opApply
    (
    scope int delegate
    (
    K
    ,
    ref E
    )
    dg
    )
  3. int opApply(int delegate(ref E) dg)
  4. int opApply(int delegate(HashType, ref E) dg)

Meta