Skip to main content

LLVMArrayType

Function LLVMArrayType 

Source
pub unsafe extern "C" fn LLVMArrayType(
    ElementType: LLVMTypeRef,
    ElementCount: c_uint,
) -> LLVMTypeRef