BasicTraceInfo.opApply

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int opApply(int delegate(ref const(char[])) dg)
  2. int opApply(int delegate(ref size_t line, ref const(char[]) func) loopBody)
  3. int opApply(int delegate(ref FrameInfo fInfo) loopBody)
    class BasicTraceInfo
    const
    int
    opApply
    (
    scope int delegate loopBody
    )

Meta