Function ruby_prism_sys::pm_list_empty_p
source · pub unsafe extern "C" fn pm_list_empty_p(list: *mut pm_list_t) -> boolExpand description
Returns true if the given list is empty.
@param list The list to check. @return True if the given list is empty, otherwise false.