HeaderLineDictionary.opApply

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

Meta