Tracking issue for array::try_map (original) (raw)
impl<T, const N: usize> [T; N] { pub fn try_map<F, R>( self, f: F ) -> <::Residual as Residual<[::Output; N]>>::TryType where F: FnMut(T) -> R, R: Try, ::Residual: Residual<[::Output; N]>; }