Tracking Issue for slice::Split::as_slice()
#96137
Labels
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Feature gate:
#![feature(split_as_slice)]
This is a tracking issue for:
Converting an iterator produced by
.split(...)
which is not fully consumed, into a slice, matching the APIs for.split(...)
onString
s.Public API
Steps / History
Unresolved Questions
Add impl:
The text was updated successfully, but these errors were encountered: