Feature gate: #![feature(array_try_map)]
This is a tracking issue for
Public APIhttps://doc.rust-lang.org/nightly/std/primitive.array.html#method.try_map
impl<T, const N: usize> [T; N] { pub fn try_map<F, R>( self, f: F ) -> <<R as Try>::Residual as Residual<[<R as Try>::Output; N]>>::TryType where F: FnMut(T) -> R, R: Try, <R as Try>::Residual: Residual<[<R as Try>::Output; N]>; }Steps / History
array::{try_from_fn, try_map}
and Iterator::try_find
generic over Try
#91286Result
, vs potentially supporting Option
and other Try
types Decide on generic-ness of functions like Iterator::try_find
and array::try_map
#85115ClementNerma, schneiderfelipe, elichai, maxammann, nanoqsh and 38 more
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