repeat

Function repeat 

Source
pub fn repeat(value: String, count: usize) -> String
Expand description

Repeat string N times {{ “-” | repeat(10) }} → “–––––”