extern_spec_std_iter_Iterator_take

Function extern_spec_std_iter_Iterator_take 

Source
pub fn extern_spec_std_iter_Iterator_take<Self_>(
    self_: Self_,
    n: usize,
) -> Take<Self_>
where Self_: Sized + IteratorSpec + ?Sized + Iterator,
Expand description

extern spec for ::std::iter::Iterator::take

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

terminates

ghost

ensures

result.iter() == self && result.n() == n