You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I propose to add an IntelIJ trick that allows you to convert strings such as const int i = 1; to such (int) i() asm "PUSHINT 1" and vice versa.
This will help to refactor the code more conveniently and make it more gas-efficient.
I propose to add an IntelIJ trick that allows you to convert strings such as
const int i = 1;
to such(int) i() asm "PUSHINT 1"
and vice versa.This will help to refactor the code more conveniently and make it more gas-efficient.
Originally posted by @MicroNovaX in ton-blockchain/intellij-ton#103
Originally posted by @Volimjasnu12 in ton-blockchain/minter-contract#110
Originally posted by @Volimjasnu12 in primer/design#871
The text was updated successfully, but these errors were encountered: