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
Calling chars() on a &str results in an iterator that can be cloned. Calling bytes() doesn't. This makes it very difficult to port code that uses the first to use the second.