llvm_sys::core

Function LLVMGetArrayLength2

Source
pub unsafe extern "C" fn LLVMGetArrayLength2(
    ArrayTy: LLVMTypeRef,
) -> u64
Expand description

Obtain the length of an array type.

This only works on types that represent arrays.