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
The current vec::last returns an option if there are no elements to return, while all the related functions fail. vec::last should just fail as well when the vec is empty