tact-lang / tact-docs

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

feat: clarify that `remaining` is only allowed for the last field #363

Closed novusnota closed 3 months ago

novusnota commented 3 months ago

And that writing map<T, Cell as remaining> now causes a compilation error.

Closes #353