Processing should define Array just like it has Vector

I definitely do mean that Processing should define it, not p5js.

For example, Processing defines rectangle and ellipse and line and Vector, whether or not the individual implementation languages have these or not.

Another example, p5js doesn’t have Vector. Processing defines it so the javascript implementation of processing must therefore implement Vector too.