pub unsafe extern "C" fn lv_array_is_empty(
array: *const lv_array_t,
) -> boolExpand description
Return if the array is empty
@param array pointer to an lv_array_t variable
@return true: array is empty; false: array is not empty
pub unsafe extern "C" fn lv_array_is_empty(
array: *const lv_array_t,
) -> boolReturn if the array is empty
@param array pointer to an lv_array_t variable
@return true: array is empty; false: array is not empty