accept

Apply the visitor to the children of the cursor.

Optional functions: void incr(). Called before descending a node. void decr(). Called after ascending a node.

void
accept
@safe
(
VisitorT
)
(
ref const(Cursor) cursor
,
ref VisitorT visitor
)

Meta