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.

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

Meta