@@ -63,16 +63,16 @@ public typealias FlattenBidirectionalCollection<T> = FlattenCollection<T> where
63
63
public typealias JoinedIterator < T: Sequence > = JoinedSequence < T > . Iterator where T. Element : Sequence
64
64
@available ( swift, deprecated: 4.2 , obsoleted: 5.0 , renamed: " Zip2Sequence.Iterator " )
65
65
public typealias Zip2Iterator < T, U> = Zip2Sequence < T , U > . Iterator where T: Sequence, U: Sequence
66
- @available ( swift, deprecated: 4.2 , obsoleted: 5.0 , renamed: " LazyDropWhileSequence .Iterator" )
66
+ @available ( swift, deprecated: 4.2 , obsoleted: 5.0 , renamed: " LazyPrefixWhileSequence .Iterator" )
67
67
public typealias LazyPrefixWhileIterator < T> = LazyPrefixWhileSequence < T > . Iterator where T: Sequence
68
- @available ( swift, deprecated: 4.2 , obsoleted: 5.0 , renamed: " LazyDropWhileCollection .Index" )
68
+ @available ( swift, deprecated: 4.2 , obsoleted: 5.0 , renamed: " LazyPrefixWhileCollection .Index" )
69
69
public typealias LazyPrefixWhileIndex < T> = LazyPrefixWhileCollection < T > . Index where T: Collection
70
70
@available ( swift, deprecated: 4.2 , obsoleted: 5.0 , renamed: " LazyPrefixWhileCollection " )
71
71
public typealias LazyPrefixWhileBidirectionalCollection < T> = LazyPrefixWhileCollection < T > where T: BidirectionalCollection
72
72
@available ( swift, deprecated: 4.2 , obsoleted: 5.0 , renamed: " ReversedCollection " )
73
73
public typealias ReversedRandomAccessCollection < T: RandomAccessCollection > = ReversedCollection < T >
74
74
@available ( swift, deprecated: 4.2 , obsoleted: 5.0 , renamed: " ReversedCollection.Index " )
75
- public typealias ReversedIndex < T: BidirectionalCollection > = ReversedCollection < T >
75
+ public typealias ReversedIndex < T: BidirectionalCollection > = ReversedCollection < T > . Index
76
76
@available ( swift, deprecated: 4.0 , obsoleted: 5.0 , renamed: " Slice " )
77
77
public typealias BidirectionalSlice < T> = Slice < T > where T : BidirectionalCollection
78
78
@available ( swift, deprecated: 4.0 , obsoleted: 5.0 , renamed: " Slice " )
0 commit comments