class haxe.macro.ExprArrayTools

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.

Class Fields

static function iter(el:Array<Expr>, f:Expr ->Void):Void

static function map(el:Array<Expr>, f:Expr ->Expr):Array<Expr>