[][src]Function uclicious_libucl_sys::ucl_array_merge

pub unsafe extern "C" fn ucl_array_merge(
    top: *mut ucl_object_t,
    elt: *mut ucl_object_t,
    copy: bool
) -> bool

Merge all elements of second array into the first array @param top destination array (must be of type UCL_ARRAY) @param elt array to copy elements from (must be of type UCL_ARRAY) @param copy copy elements instead of referencing them @return true if arrays were merged