Files
swift-mirror/test/api-digester/Outputs/stability-stdlib-source.swift.expected
2019-05-28 22:08:31 -04:00

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>