[][src]Function language_reporting::repeat

pub fn repeat<impl fmt::Display>(
    item: impl fmt::Display,
    size: usize
) -> impl Render where
    impl fmt::Display: Display

Creates a Render that, when appended into a Document, repeats a given string a specified number of times.