Function librsnek::objects::collection::sequence::multiply [] [src]

pub fn multiply<'a, T>(seq: &'a [RtObject], factor: usize) -> T where
    T: FromIterator<RtObject>, 

Create a new sequences which is slice repeated factor times.