enum haxe.macro.ComplexType
import haxe.macro.Expr;
Available on all platforms
enum haxe.macro.ComplexType
import haxe.macro.Expr;
Available on all platforms
TPath (p:TypePath)
TFunction (args:Array<ComplexType>, ret:ComplexType)
TAnonymous (fields:Array<Field>)
TParent (t:ComplexType)
TExtend (p:Array<TypePath>, fields:Array<Field>)
TOptional (t:ComplexType)