Tracking Issue for core::iter::chain
#125964
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(iter_chain)]
This is a tracking issue for the
core::iter::chain
function that combines twoIntoIterator
arguments together into aChain
iterator.Public API
Steps / History
core::iter::chain
method libs-team#154core::iter::chain
#106186Unresolved Questions
Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩
The text was updated successfully, but these errors were encountered: