pub fn repeat_n<D: ToDatumRef>(datum: D, n: usize) -> RepeatN<D>
Expand description
Create a row which contains n
repetitions of datum
.
pub fn repeat_n<D: ToDatumRef>(datum: D, n: usize) -> RepeatN<D>
Create a row which contains n
repetitions of datum
.