layout: page
title: ArrayType (llvm.core)

llvm.core.ArrayType

Base Class

Properties

element

[read-only]

A Type object representing the type of the element of the array.

count

[read-only]

The number of elements in the array.

Automatically Generated Documentation

class llvm.core.ArrayType(ptr)

Represents an array type.

count
element

Table Of Contents

Previous topic

llvm.core.Argument

Next topic

llvm.core.BasicBlock