W3cubDocs

/Haxe

ExprArrayTools

package haxe.macro

import haxe.macro.ExprTools

Available on all platforms

This class provides functions on expression arrays for convenience. For a detailed reference on each method, see the documentation of ExprTools.

Static methods

staticiter(el:Array<Expr>, f:Expr ‑> Void):Void

staticmap(el:Array<Expr>, f:Expr ‑> Expr):Array<Expr>

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