struct LazySequence<Base>
Inheritance |
LazySequenceProtocol, Sequence, _SequenceWrapper
View Protocol Hierarchy →
|
Associated Types |
Elements = Base
|
Import |
import Swift |
Instance Variables
Instance Methods
Conditionally Inherited Items
Where Element : Comparable
Where Element : Equatable
Where Element : Sequence
Where Element : StringProtocol
Where Elements : LazySequenceProtocol
Where Iterator == Base.Iterator
Where SubSequence == AnySequence
Where SubSequence == Base.SubSequence