HeaderLineDictionary.opApply

  1. int opApply(int delegate(ref T line) dg)
  2. int opApply(int delegate(T line) dg)
  3. int opApply(int delegate(ref size_t index, ref T line) dg)
    class HeaderLineDictionary(T)
    int
    opApply
    (
    scope int delegate
    (
    ref size_t index
    ,
    ref T line
    )
    dg
    )

Meta