Line.opApply

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int opApply(int delegate(Argument) dg)
    class Line
    override
    int
    opApply
    (
    int delegate
    (
    Argument
    )
    dg
    )
  2. int opApply(int delegate(int, ref Argument) dg)

Meta