pub unsafe extern "C" fn ucl_array_size(
top: *const ucl_object_t,
) -> c_uintExpand description
Return size of the array top
@param top object to get size from (must be of type UCL_ARRAY)
@return size of the array
pub unsafe extern "C" fn ucl_array_size(
top: *const ucl_object_t,
) -> c_uintReturn size of the array top
@param top object to get size from (must be of type UCL_ARRAY)
@return size of the array