Skip to main content

extern_spec_core_iter_Iterator_copied

Function extern_spec_core_iter_Iterator_copied 

Source
pub fn extern_spec_core_iter_Iterator_copied<'a, Self_, T: 'a + Copy>(
    self_: Self_,
) -> Copied<Self_> 
where Self_: Sized + Iterator<Item = &'a T> + ?Sized + Iterator + IteratorSpec,
Expand description

extern spec for ::core::iter::Iterator::copied<T>

This is not a real function: its only use is for documentation.

ghost

ensures

self