macro.TypeParamDecl
TypeParamDecl
package haxe-macro
import haxe.macro.Expr
Available on all platformsRepresents a type parameter declaration in the AST.
Properties
constraints:Null<Array<ComplexType>>
The optional constraints of the type parameter.