pub fn repeat(n: usize) -> ControlSequence
Expand description
ยงREP - Repeat
REP is used to indicate that the preceding character in the data stream, if it is a graphic character
(represented by one or more bit combinations) including SPACE, is to be repeated n
times.
If the character preceding REP is a control function or part of a control function, the effect of REP is not defined by this Standard.