repeat_n

Function repeat_n 

Source
pub fn repeat_n<D: ToDatumRef>(datum: D, n: usize) -> RepeatN<D>
Expand description

Create a row which contains n repetitions of datum.