- visit
Type visit(Type t)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
Type visit(BuiltinType bt)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
Type visit(Struct s)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
Type visit(Class c)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
Type visit(Enum e)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
Type visit(TypeAlias a)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
Type visit(Interface i)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
Type visit(Union u)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
Type visit(Function f)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
Type visit(Type[] seq)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
Type visit(FunctionType f)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
Type visit(Pattern p)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
Type visit(CompileError e)
Undocumented in source. Be warned that the author may not have intended to support it.
- visitArrayOf
Type visitArrayOf(uint size, Type t)
Undocumented in source. Be warned that the author may not have intended to support it.
- visitPointerOf
Type visitPointerOf(Type t)
Undocumented in source. Be warned that the author may not have intended to support it.
- visitSliceOf
Type visitSliceOf(Type t)
Undocumented in source. Be warned that the author may not have intended to support it.