[][src]Function uclicious_libucl_sys::ucl_array_append

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

Append an element to the end of array object @param top destination object (must NOT be NULL) @param elt element to append (must NOT be NULL) @return true if value has been inserted