macro.ComplexType

ComplexType

package haxe-macro

import haxe.macro.Expr

Available on all platforms

Represents 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: