tact-lang / tact-docs

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

Fix implicit type conversions for `==` and `!=` #173

Closed anton-trunov closed 3 months ago

anton-trunov commented 3 months ago

Doesn't perform implicit type conversions

Cell, implicitly compares via .hash()

Slice, implicitly compares via .hash()