copy_fold
core
1.92.0-nightly
(5c7ae0c7e 2025-10-02)
In core::
iter::
adapters::
copied
core
::
iter
::
adapters
::
copied
Function
copy_
fold
Copy item path
Source
fn copy_fold<T:
Copy
, Acc>( f: impl
FnMut
(Acc, T) -> Acc, ) -> impl
FnMut
(Acc,
&T
) -> Acc