Function frunk::semigroup::combine_n

source ·
pub fn combine_n<T>(o: &T, times: u32) -> T
where T: Semigroup + Clone,
Expand description

Return this combined with itself n times.