pub unsafe extern "C" fn ucl_array_head(
top: *const ucl_object_t,
) -> *const ucl_object_tExpand description
Returns the first element of the array top
@param top array ucl object
@return element or NULL if top is NULL or not an array
pub unsafe extern "C" fn ucl_array_head(
top: *const ucl_object_t,
) -> *const ucl_object_tReturns the first element of the array top
@param top array ucl object
@return element or NULL if top is NULL or not an array