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>(
    self_: Self_,
) -> Copied<Self_>
where T: 'a + Copy, Self_: Sized + Iterator<Item = &'a T> + IteratorSpec + ?Sized + Iterator,
Expand description

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

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

terminates

ghost

ensures

result.iter() == self