visitDefault

Provides a visit() method which calls Visitor.visitN() on subnodes.

mixin template visitDefault (
N
Ret = returnType!(N)
) {}

Meta