pub fn new_array_access<A, I>(array: A, index: I) -> ArrayAccessNodewhere A: Into<ExprKind>, I: Into<ExprKind>,
Creates a new array access node.