nitc :: PrettyPrinterVisitor :: visit_list
ANode
# Visit a list of `ANode`. fun visit_list(n: nullable ANodes[ANode]) do if n == null then return n.accept_pretty_printer self end