Function new_array_access

Source
pub fn new_array_access<A, I>(array: A, index: I) -> ArrayAccessNode
where A: Into<ExprKind>, I: Into<ExprKind>,
Expand description

Creates a new array access node.