Extracted from Pike v7.8 release 866 at 2015-11-22.
pike.ida.liu.se
[Top]
ADT
ADT.Sequence

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


Method `[]=

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

Description

Index assign operator. Set the value at the index index to be value .

Parameter index

The index to set.

Parameter value

The new value.

Returns

The new value at the index index .