ucl_array_prepend

Function ucl_array_prepend 

Source
pub unsafe extern "C" fn ucl_array_prepend(
    top: *mut ucl_object_t,
    elt: *mut ucl_object_t,
) -> bool
Expand description

Append an element to the start 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