Haxe API Documentation
Back | Index
class haxe.macro.ExprArrayTools
import haxe.macro.ExprTools
Available in flash8, neko, js, flash, php, cpp
This class provides functions on expression arrays for convenience. For a detailed reference on each method, see the documentation of ExprTools.
static function iter(el : Array<Expr>, f : Expr -> Void) : Void
static function map(el : Array<Expr>, f : Expr -> Expr) : Array<Expr>
Back | Index