mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
3 lines
430 B
Plaintext
3 lines
430 B
Plaintext
TypeAlias FlattenSequence.Indices has generic signature change from <Base where Base : BidirectionalCollection, Base.Element : BidirectionalCollection> to <Base where Base : Collection, Base.Element : Collection>
|
|
TypeAlias FlattenSequence.SubSequence has generic signature change from <Base where Base : BidirectionalCollection, Base.Element : BidirectionalCollection> to <Base where Base : Collection, Base.Element : Collection>
|