Skip to main content

FLArray_IsEmpty

Function FLArray_IsEmpty 

Source
pub unsafe extern "C" fn FLArray_IsEmpty(arg1: FLArray) -> bool
Expand description

Returns true if an array is empty (or NULL). Depending on the array’s representation, this can be faster than FLArray_Count(a) == 0