XCompile
    Preparing search index...

    Interface ConstantArrayType

    interface ConstantArrayType {
        id: string;
        inner?: Node[];
        kind: "ConstantArrayType";
        name?: string;
        range?: { begin: clang.Location; end: clang.Location };
        size: number;
        type: TypeInfo;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id: string

    Hexadecimal ID for the node, e.g. "0x..."

    inner?: Node[]
    kind: "ConstantArrayType"

    The kind of the node

    name?: string
    range?: { begin: clang.Location; end: clang.Location }
    size: number
    type: TypeInfo