Function new_uninitialized_array

Source
pub fn new_uninitialized_array<E>(size: E) -> NewArrayNode
where E: Into<ExprKind>,
Expand description

Creates a new uninitialized array node with a given size.