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
pop(arr) -> arr->pop() (not arr.pop() because . is already pretty overloaded methinks)
All array methods assume $-> so pop() would still works as before.
The text was updated successfully, but these errors were encountered:
pop(arr)
->arr->pop()
(notarr.pop()
because.
is already pretty overloaded methinks)All array methods assume
$->
sopop()
would still works as before.The text was updated successfully, but these errors were encountered: