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

Array declaration node.

Structs

ArrayDecl

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