Elements : Sequence = Self
Element : where Self.Element == Self.Iterator.Element, Self.Iterator.Element == Self.SubSequence.Element, Self.SubSequence.Element = = Self.SubSequence.Iterator.Element
Iterator : IteratorProtocol
SubSequence : Sequence = AnySequence<Self.Element>
|