Visitor.opApply

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

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

Meta