match.match

The actual match function.

template match(handlers...)
match
(
Node
)
(
auto ref Node node
)
if (
is(Node : UniNodeImpl!Th,
Th
)
)
if (
handlers.length
)

Meta