int(0..1) first()
Reset the iterator to point to the first element in the list.
Returns 1 if there are elements in the list, and 0 (zero) if the list is empty.
1
0