Function sljs::ast::build::array

source · []
pub fn array<E>(exprs: Vec<E>) -> Expression where
    Expression: From<E>, 
Expand description

make an ArrayExpression (vec![v1, v2, ...]) (JS: [v1, v2, ...])