Visitor.opApply

Trusted: assuming the LLVM function do NOT abuse the pointer in any way.

  1. int opApply(Delegate dg)
  2. int opApply(int delegate(ref Cursor) dg)
    struct Visitor
    @safe @trusted
    int
    opApply
    (
    int delegate
    (
    ref Cursor
    )
    dg
    )

Meta