lv_array_is_empty

Function lv_array_is_empty 

Source
pub unsafe extern "C" fn lv_array_is_empty(
    array: *const lv_array_t,
) -> bool
Expand 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