xls_value_make_array

Function xls_value_make_array 

Source
pub unsafe extern "C" fn xls_value_make_array(
    element_count: size_t,
    elements: *const *const CIrValue,
    error_out: *mut *mut c_char,
    result_out: *mut *mut CIrValue,
) -> bool
Expand description

Returns an error:

  • if the elements do not all have the same type, or
  • if the array is empty (because then we cannot determine the element type)