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
Since we have Core\discard, we don't need this attribute anymore. Attributes like this may be confusing, and inconsistent, since the function may or not may push values into the stack.
Old way
123
unstack.discard 1
New way
123
discard unstack 1
The text was updated successfully, but these errors were encountered:
At A Glance
Since we have Core\discard, we don't need this attribute anymore. Attributes like this may be confusing, and inconsistent, since the function may or not may push values into the stack.
Old way
New way
The text was updated successfully, but these errors were encountered: