visit

Implements a simple pattern matching logic

template visit(Funcs...)
visit
(
Self
)
(
auto ref Self tag
)
if (
Funcs.length > 0
)

Members

Functions

visit
auto visit(Self tag)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta