pub fn extern_spec_std_iter_repeat<T: Clone>(elt: T) -> Repeat<T>Expand description
extern spec for ::std::iter::repeat<T>
This is not a real function: its only use is for documentation.
terminates
ghost
ensures
result@ == eltpub fn extern_spec_std_iter_repeat<T: Clone>(elt: T) -> Repeat<T>extern spec for ::std::iter::repeat<T>
This is not a real function: its only use is for documentation.
terminates
ghost
ensures
result@ == elt