Function new_array

Source
pub fn new_array<E>(elements: Vec<E>) -> ArrayNode
where E: Into<ExprKind>,
Expand description

Creates a new array node.