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
Some methods of slices, including split_first, split_first_mut, split_last, and split_last_mut return Option types without
documenting the conditions under which they return Some vs None; I
would like to suggest that these conditions be documented.