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) @(safe) block)
    struct Cursor
    @safe nothrow const
    int
    opApply
    (
    scope int delegate @safe block
    )
  2. int opApply(int delegate(Cursor cursor) @(safe) block)

Meta