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
Do you mean we should generally remove this throw_if(128, null?(v)) for all !! expressions or only in cases when the value was checked for null already?
For instance, this snippet
translates into the following FunC code:
which just wastes gas.
The text was updated successfully, but these errors were encountered: