LLVMStructGetTypeAtIndex

Get the type of the element at a given index in the structure.

@see llvm::StructType::getTypeAtIndex()

extern (C) nothrow
LLVMTypeRef
LLVMStructGetTypeAtIndex
(
LLVMTypeRef StructTy
,
uint i
)

Meta