Trait implementation lrs::iter::Repeat::Iterator

Objects that can be iterated over.

Syntax

impl<T> Iterator for Repeat<T>
    where T: Copy,
{
    type Item = T;
}