[][src]Function uclicious_libucl_sys::ucl_array_find_index

pub unsafe extern "C" fn ucl_array_find_index(
    top: *const ucl_object_t,
    index: c_uint
) -> *const ucl_object_t

Return object identified by index of the array top @param top object to get a key from (must be of type UCL_ARRAY) @param index array index to return @return object at the specified index or NULL if index is not found