Module boa::syntax::ast::node::array[][src]

Expand description

Array declaration node.

Structs

An array is an ordered collection of data (either primitive or object depending upon the language).