Extracted from Pike v8.0 release 276 as of 2016-07-29.
   

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


Method `[]=

ADT.Sequence()[ index ] = 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.