Extracted from Pike v7.8 release 866 at 2016-11-06.
[Top]
ADT
ADT.List
Classes
_get_iterator
Methods
_sizeof()
_sprintf()
append()
create()
head()
insert()
is_empty()
pop()
tail()
ADT.List()->_sprintf()
ADT.List()->create()
Method ADT.List()->append()
Method
append
void
append
(
mixed
...
values
)
Description
Append
values
to the end of the list.
See also
insert()