[][src]Function uclicious_libucl_sys::ucl_elt_append

pub unsafe extern "C" fn ucl_elt_append(
    head: *mut ucl_object_t,
    elt: *mut ucl_object_t
) -> *mut ucl_object_t

Append a element to another element forming an implicit array @param head head to append (may be NULL) @param elt new element @return the new implicit array