language_reporting

Function repeat

Source
pub fn repeat(item: impl Display, size: usize) -> impl Render
Expand description

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