CycledTimesCollection

A collection wrapper that repeats the elements of a base collection for a finite number of times.

Cycle.swift:63
struct CycledTimesCollection<Base> where Base : Collection