Tracking Issue for option_array_transpose
#130828
Labels
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Feature gate:
#![feature(option_array_transpose)]
This is a tracking issue for the
option_array_transpose
.This feature permits going from an
[Option<T>; N]
toOption<[T; N]>
.Public API
Steps / History
[Option<T>; N]::transpose
#130829Unresolved Questions
transpose
methods), should it be named differently? Add[Option<T>; N]::transpose
#130829 (comment)Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩
The text was updated successfully, but these errors were encountered: