W3cubDocs

/Haxe

FunctionKind

package haxe.macro

import haxe.macro.Expr

Available on all platforms

Represents function kind in the AST

Values

FAnonymous

Anonymous function

FNamed(name:String, inlined:Bool)

Named function

FArrow

Arrow function

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