Extracted from Pike v7.8 release 866 at 2017-07-23.
pike.ida.liu.se
[Top]
ADT
ADT.Set

Method ADT.Set()->`[]=()


Method `[]=

int `[]=(mixed item, int value)

Description

Setting an index V to 0 removes V from the set. Setting it to a non-0 value adds V as a member of the set.