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.RawDirect 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 |