Visitor typedef

Visitor = Node Function(Node)

A visitor function.

Implementation

typedef Visitor = Node Function(Node);