INTERNAL: Do not use. A tuple expression. For example:
let tuple = (1, "one");
let n = (2, "two").0;
let (a, b) = tuple;
Import path
import codeql.rust.elements.internal.generated.RawDirect supertypes
Predicates
| getAttr | Gets the |
| getField | Gets the |
| getNumberOfAttrs | Gets the number of attrs of this tuple expression. |
| getNumberOfFields | Gets the number of fields of this tuple expression. |
| toString |