CycledSequence

A collection wrapper that repeats the elements of a base collection.

Cycle.swift:13
struct CycledSequence<Base> where Base : Collection