pub type Index<Lhs, Rhs> = ArrayIndex<Lhs, AsExprOf<Rhs, Integer>>;
Expand description
The return type of lhs.index(rhs)
Aliased Typeยง
struct Index<Lhs, Rhs> { /* private fields */ }
pub type Index<Lhs, Rhs> = ArrayIndex<Lhs, AsExprOf<Rhs, Integer>>;
The return type of lhs.index(rhs)
struct Index<Lhs, Rhs> { /* private fields */ }