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

Class Raw::ArrayTypeRepr

INTERNAL: Do not use. An array type representation.

For example:

let arr: [i32; 4];
//       ^^^^^^^^

Import path

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

Direct supertypes

Indirect supertypes

Predicates

getConstArg

Gets the const argument of this array type representation, if it exists.

getElementTypeRepr

Gets the element type representation of this array type representation, if it exists.

toString