dispatch

Static wrapping of the cursor followed by a passing it to the visitor.

The cursor is wrapped in the class that corresponds to the kind of the cursor.

Note that the mixins shall be ordered alphabetically.

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

Meta