LLVMGetElementType

Obtain the type of elements within a sequential type.

This works on array, vector, and pointer types.

@see llvm::SequentialType::getElementType()

extern (C) nothrow
LLVMTypeRef
LLVMGetElementType
(
LLVMTypeRef Ty
)

Meta