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
There exists a str::repeat method, but no equivalent for (byte) slices. This would seem like a useful feature. Should we consider adding it to the stdlib?
There exists a
str::repeatmethod, but no equivalent for (byte) slices. This would seem like a useful feature. Should we consider adding it to the stdlib?