macro.ComplexType
ComplexType
package haxe-macro
import haxe.macro.Expr
Available on all platformsRepresents a type syntax in the AST.
Values
TPath(p:TypePath)
Represents the type path.
TFunction(args:Array<ComplexType>, ret:ComplexType)
Represents a function type.
See: