pub fn repeat(item: impl Display, size: usize) -> impl Render
Creates a Render that, when appended into a Document, repeats a given string a specified number of times.
Render
Document