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
They always return a List a even when the index is out of range, whereas the other modules return a Maybe (List a) or Array (List a) for when the operation has no effect.