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

Class Raw::TupleTypeRepr

INTERNAL: Do not use. A tuple type.

For example:

let t: (i32, String);
//     ^^^^^^^^^^^^^

Import path

import codeql.rust.elements.internal.generated.Raw

Direct supertypes

Indirect supertypes

Predicates

getField

Gets the indexth field of this tuple type representation (0-based).

getNumberOfFields

Gets the number of fields of this tuple type representation.

toString