[][src]Function uclicious_libucl_sys::ucl_array_tail

pub unsafe extern "C" fn ucl_array_tail(
    top: *const ucl_object_t
) -> *const ucl_object_t

Returns the last element of the array top @param top array ucl object @return element or NULL if top is NULL or not an array