Skip to content

@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

NameTypeDescription
self Assign[U] Receiver.
key K
value V