int(0..1) is_empty()
Check if the list is empty.
Returns 1 if the list is empty, and 0 (zero) if there are elements in the list.
1
0