Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
ADT
ADT.List

Method ADT.List()->is_empty()


Method is_empty

int(0..1) is_empty()

Description

Check if the list is empty.

Returns

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