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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: