W3cubDocs

/Haxe

TypeParameter

package haxe.macro

import haxe.macro.Type

Available on all platforms

Represents the declaration of type parameters.

Fields

t:Type

The type of the type parameter. It is guaranteed to be a `TInst` with a `KTypeParameter` kind.

name:String

The name of the type parameter.

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/haxe/macro/TypeParameter.html