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.

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

Meta