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.
pub unsafe extern "C" fn LLVMGetArrayLength2(
ArrayTy: LLVMTypeRef,
) -> u64
Obtain the length of an array type.
This only works on types that represent arrays.