Skip to content

Commit dd6d50d

Browse files
committed
typealias SubSequence = [Element]
1 parent 87c467c commit dd6d50d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/core/Sequence.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,7 @@ extension Sequence where Self.Iterator == Self {
637637
//===----------------------------------------------------------------------===//
638638

639639
extension Sequence {
640+
typealias SubSequence = [Element]
640641
/// Returns an array containing the results of mapping the given closure
641642
/// over the sequence's elements.
642643
///

0 commit comments

Comments
 (0)