Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Implement the drain(range) API #134

Closed
ParkMyCar opened this issue Jun 30, 2022 · 0 comments · Fixed by #153
Closed

feat: Implement the drain(range) API #134

ParkMyCar opened this issue Jun 30, 2022 · 0 comments · Fixed by #153
Labels
string API Issues related to matching the API of std::String

Comments

@ParkMyCar
Copy link
Owner

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.

@ParkMyCar ParkMyCar added the string API Issues related to matching the API of std::String label Jun 30, 2022
ParkMyCar pushed a commit that referenced this issue Jul 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
string API Issues related to matching the API of std::String
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant