CodeQL library for Swift
codeql/swift-all 6.8.1 (changelog, source)
Search

Class Raw::BuiltinFixedArrayType

INTERNAL: Do not use. A builtin type representing N values stored contiguously.

Import path

import codeql.swift.generated.Raw

Direct supertypes

Indirect supertypes

Predicates

getElementType

Gets the element type of this builtin fixed array type.

getSize

Gets the size of this builtin fixed array type.

toString

Inherited predicates

getCanonicalType

Gets the canonical type of this type.

from Type
getName

Gets the name of this type.

from Type
isUnknown

Holds if this element is unknown.

from Element