index

Function index 

Source
pub fn index(base: impl Into<Expr>, index: impl Into<Expr>) -> Expr
Expand description

Creates an Expr::Index node (e.g., base[index]).