Usage
minus!(x,y)
Signature
minus!: (%, %) %
Parameter | Type | Description |
---|---|---|
x,y | % | sets |
Description
Return .
Remarks
minus! does not make a copy of , which is therefore modified after the call. It is unsafe to use the variable after the call, unless it has been assigned to the result of the call, as in x := minus!(x, y).
See Also