ton icon indicating copy to clipboard operation
ton copied to clipboard

Add modifying version for `skip_dict`

Open behrang opened this issue 1 year ago • 0 comments

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.

behrang avatar Mar 13 '23 15:03 behrang