[][src]Module boa::builtins::array

This module implements the global Array object.

The JavaScript Array class is a global object that is used in the construction of arrays; which are high-level, list-like objects.

More information: