ton
ton copied to clipboard
Add modifying version for `skip_dict`
I tried to skip extra currencies dictionary in the message header like this:
cs~skip_dict();
but found out that the modifying version is not in the stdlib.
With current stdlib I have to change the above code to this:
cs = cs.skip_dict();
which doesn't look good alongside other lines working on the slice.