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()->head()
ADT.List()->is_empty()
Method ADT.List()->insert()
Method
insert
void
insert
(
mixed
...
values
)
Description
Insert
values
at the front of the list.
See also
append()