Usage
set!(t, k, v) t.k := v;
Signature
set!: (%, K, V) V
Returns
Sets the element of t with key k to v and returns v.