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]
to Option<[T; N]>
.
// core::option impl<T, const N: usize> [Option<T>; N] { fn transpose(self) -> Option<[T; N]>; }Steps / History
[Option<T>; N]::transpose
#130829transpose
methods), should it be named differently? Add [Option<T>; N]::transpose
#130829 (comment)adriandelgado and VojtaStanek
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4