Cursor.opApply

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int opApply(int delegate(Cursor cursor, Cursor parent) block)
    struct Cursor
    @safe
    int
    opApply
    (
    scope int delegate block
    )
  2. int opApply(int delegate(Cursor cursor) block)

Meta