CodeQL library for Rust
codeql/rust-all 0.1.16 (changelog, source)
Search

Module Generated

INTERNAL: This module contains the fully generated definition of TupleExpr and should not be referenced directly.

Import path

import codeql.rust.elements.internal.generated.TupleExpr

Classes

TupleExpr

A tuple expression. For example: rust let tuple = (1, "one"); let n = (2, "two").0; let (a, b) = tuple; INTERNAL: Do not reference the Generated::TupleExpr class directly. Use the subclass TupleExpr, where the following predicates are available.