tact-lang / tact-docs

Tact main documentation
https://docs.tact-lang.org
54 stars 41 forks source link

Document `.del` map method #200

Closed anton-trunov closed 5 months ago

anton-trunov commented 5 months ago

An example should contain the usage of the return value of del (it has the following type signature: del: map<K, V> -> K -> Bool).

.del is introduced in https://github.com/tact-lang/tact/pull/95