StructureSwift

    JoinedSequence

    A sequence that presents the elements of a base sequence of sequences concatenated using a given separator.

    @frozen struct JoinedSequence<Base> where Base : Sequence, Base.Element : Sequence

    Members

    Typealiases

    Initializers

    Instance Properties

    • var lazy: LazySequence<Self>

      A sequence containing the same elements as this sequence, but on which some operations, such as map and filter, are implemented lazily.

    • var underestimatedCount: Int

      A value less than or equal to the number of elements in the sequence, calculated nondestructively.

    Instance Methods

    Structures

    • struct Iterator

      An iterator that presents the elements of the sequences traversed by a base iterator, concatenated using a given separator.

    Removed Members

    Instance Methods