extern_spec_std_iter_repeat

Function extern_spec_std_iter_repeat 

Source
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@ == elt