Extracted from Pike v8.0 release 28 as of 2015-09-20.
   

Method ADT.List()->_get_iterator()->delete()


Method delete

void delete()

Description

Delete the current node.

The current position will advance to the next node. This function thus performes the reverse operation of insert().

See also

insert(), append(), set()