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

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