Function llvm_sys::core::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.