FixedKeyMap.opApply

foreach operator over keys and values in the map.

  1. int opApply(int delegate(ref K) dg)
  2. int opApply(int delegate(ref K, ref V) dg)
    class FixedKeyMap(K, V)
    int
    opApply
    (
    scope int delegate
    (
    ref K
    ,
    ref V
    )
    dg
    )
  3. int opApply(int delegate(ref size_t, ref K, ref V) dg)

Meta