pub fn extern_spec_std_iter_Iterator_take<Self_>(
self_: Self_,
n: usize,
) -> Take<Self_>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