Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
::

Method ::`->=()


Method `->=

void `->=(string index, mixed value)

Description

Builtin arrow set operator.

This function indexes the current object with the string index , and sets it to value . This is useful when the arrow set operator has been overloaded.

See also

::`->()