ArrayMap constructor

ArrayMap(
  1. FuncDecl mapFn,
  2. List<AST> arrays
)

Implementation

ArrayMap(this.mapFn, this.arrays);