pub fn index(base: impl Into<Expr>, index: impl Into<Expr>) -> Expr
Creates an Expr::Index node (e.g., base[index]).
Expr::Index
base[index]