selectN function
Implementation
ArraySelect selectN(Expr array, Iterable<Expr> indices) =>
ArraySelect(array, indices.toList()).declare();
ArraySelect selectN(Expr array, Iterable<Expr> indices) =>
ArraySelect(array, indices.toList()).declare();