[][src]Function uclicious_libucl_sys::ucl_object_merge

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

Merge the keys from one object to another object. Overwrite on conflict @param top destination object (must be of type UCL_OBJECT) @param elt element to insert (must be of type UCL_OBJECT) @param copy copy rather than reference the elements @return true if all keys have been merged