Function frunk::semigroup::combine_n [] [src]

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

Return this combined with itself n times.