Class Raw::TupleFieldList
INTERNAL: Do not use. A list of fields in a tuple struct or tuple variant.
For example:
struct S(i32, String);
// ^^^^^^^^^^^^^
Import path
import codeql.rust.elements.internal.generated.RawDirect supertypes
Indirect supertypes
Predicates
| getField | Gets the |
| getNumberOfFields | Gets the number of fields of this tuple field list. |
| toString |