Visitor.opApply

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

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

Meta