MultiAA.opApply

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int opApply(int delegate(ref K key, ref V value) dg)
    struct MultiAA(K, V)
    int
    opApply
    (
    int delegate
    (
    ref K key
    ,
    ref V value
    )
    dg
    )
  2. int opApply(int delegate(ref const(K) key, ref const(V) value) dg)

Meta