Feature gate: #![feature(const_array_each_ref)]
This is a tracking issue for supporting the each_ref
and each_mut
methods in [T; N]
in constant expressions.
impl<T, const N: usize> [T; N] { pub const fn each_ref(&self) -> [&T; N]; pub const fn each_mut(&mut self) -> [&mut T; N]; }
each_ref
and each_mut
in [T; N]
in constant expressions. #133288const_array_each_ref
#143383RetroSearch 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