pub fn repeat(value: String, count: usize) -> String
Repeat string N times {{ “-” | repeat(10) }} → “–––––”