codeql/rust-all
0.2.5-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
INTERNAL: This module contains the customizable definition of IndexExpr and should not be referenced directly.
IndexExpr
import codeql.rust.elements.internal.IndexExprImpl
An index expression. For example: rust list[42]; list[42] = 1;
rust list[42]; list[42] = 1;