ArraySelect constructor

ArraySelect(
  1. Expr array,
  2. List<Expr> indices
)

Implementation

ArraySelect(this.array, this.indices);