1. LazyCollectionProtocol
    ProtocolSwift

    LazyCollectionProtocol

    protocol LazyCollectionProtocol : Collection, LazySequenceProtocol where Self.Elements : Collection

    Members

    Instance Properties

    • var lazy: LazyCollection<Self.Elements>
    • var lazy: Self.Elements

    Implies

    • Collection
    • LazySequenceProtocol
    • Sequence

    Conforming Types

    • LazyDropWhileSequence

      When Base conforms to Collection

    • LazyFilterSequence

      When Base conforms to Collection

    • LazyMapSequence

      When Base conforms to Collection

    • LazyPrefixWhileSequence

      When Base conforms to Collection

    • LazySequence

      When Base conforms to Collection