View source
typedef AbstractType
package haxe.macro
import haxe.macro.Type
Available on all platforms
Represents an abstract type.
Fields
to:Array<{t:Type, field:Null<ClassField>}>
The available implicit to-casts of the abstract.
@see https://haxe.org/manual/types-abstract-implicit-casts.html
from:Array<{t:Type, field:Null<ClassField>}>
The available implicit from-casts of the abstract.
@see https://haxe.org/manual/types-abstract-implicit-casts.html