@Assign[S @ {...}]
A value that implements the
(assign)
protocol for the keys in S, which it need not already have.
Methods
(assign)[K, V, U @ {?(K): V, ...}] key value
Sets the value at key.
Parameters
| Name | Type | Description |
|---|---|---|
self |
Assign[U] |
Receiver. |
key |
K |
|
value |
V |