match

Calls a type-appropriate function with the value held in a UniNode.

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

Members

Functions

match
auto match(Node node)

The actual match function.

Meta