We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The = operator is used for assigning a value to a piece memory
=
x = 3
It can only be used as a statement, and the first operand must be mutable.
The = operator can be overridden by declaring an __assign__ method.
__assign__
func __assign__(this *T, other T) { }
See __assign__ for more information.
Table of Contents