Add as_str
method for str::Split(Whitespace)
#43090
Labels
C-feature-accepted
Category: A feature request that has been accepted pending implementation.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Consider the following use case:
Some iterators, like
str::Chars
already have anas_str
method. The only question is whether it is possible to implementas_str
for the Split API, without making any breaking changes.The text was updated successfully, but these errors were encountered: