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
This issue for tracking the implementation of the drain(range) method that exists on String.
We should implement it exactly as it exists on String, that is, it removes the specified range from the CompactString, returning all the removed characters as an iterator.
The text was updated successfully, but these errors were encountered:
This issue for tracking the implementation of the
drain(range)
method that exists onString
.We should implement it exactly as it exists on
String
, that is, it removes the specified range from theCompactString
, returning all the removed characters as an iterator.The text was updated successfully, but these errors were encountered: