1
1
Func MutableCollection._partition(within:by:) has generic signature change from <τ_0_0 where τ_0_0 : MutableCollection, τ_0_0 : RandomAccessCollection> to <τ_0_0 where τ_0_0 : BidirectionalCollection, τ_0_0 : MutableCollection>
2
- Protocol Numeric has generic signature change from <τ_0_0 : Equatable, τ_0_0 : ExpressibleByIntegerLiteral, τ_0_0.Magnitude : Comparable, τ_0_0.Magnitude : Numeric> to <τ_0_0 : AdditiveArithmetic, τ_0_0 : ExpressibleByIntegerLiteral, τ_0_0.Magnitude : Comparable, τ_0_0.Magnitude : Numeric>
3
2
Func MutableCollection._partition(within:by:) has been renamed to Func MutableCollection._partitionImpl(by:)
4
3
Func MutableCollection._heapSort(within:by:) has been removed
5
4
Func MutableCollection._heapify(within:by:) has been removed
6
5
Func MutableCollection._introSort(within:by:) has been removed
7
6
Func MutableCollection._introSortImpl(within:by:depthLimit:) has been removed
8
7
Func MutableCollection._siftDown(_:within:by:) has been removed
9
8
Func MutableCollection._sort3(_:_:_:by:) has been removed
10
- Func Numeric.+(_:) has been removed
11
- Func Numeric.+(_:_:) has been removed
12
- Func Numeric.+=(_:_:) has been removed
13
- Func Numeric.-(_:_:) has been removed
14
- Func Numeric.-=(_:_:) has been removed
15
9
Func MutableCollection._partition(within:by:) has parameter 0 type change from Range<τ_0_0.Index> to (τ_0_0.Element) throws -> Bool
16
10
17
11
Func BinaryInteger._description(radix:uppercase:) has been removed
@@ -66,6 +60,13 @@ Struct _HasherTailBuffer has been removed
66
60
Var Hasher._core has declared type change from _BufferingHasher<Hasher._Core> to Hasher._Core
67
61
Var Hasher._Core._buffer is added to a non-resilient type
68
62
Var Hasher._Core._state in a non-resilient type changes position from 0 to 1
63
+
64
+ Protocol Numeric has generic signature change from <τ_0_0 : Equatable, τ_0_0 : ExpressibleByIntegerLiteral, τ_0_0.Magnitude : Comparable, τ_0_0.Magnitude : Numeric> to <τ_0_0 : AdditiveArithmetic, τ_0_0 : ExpressibleByIntegerLiteral, τ_0_0.Magnitude : Comparable, τ_0_0.Magnitude : Numeric>
65
+ Func Numeric.+(_:) has been removed
66
+ Func Numeric.+(_:_:) has been removed
67
+ Func Numeric.+=(_:_:) has been removed
68
+ Func Numeric.-(_:_:) has been removed
69
+ Func Numeric.-=(_:_:) has been removed
69
70
Protocol BinaryFloatingPoint has added inherited protocol AdditiveArithmetic
70
71
Protocol BinaryInteger has added inherited protocol AdditiveArithmetic
71
72
Protocol FixedWidthInteger has added inherited protocol AdditiveArithmetic
@@ -74,7 +75,3 @@ Protocol Numeric has added inherited protocol AdditiveArithmetic
74
75
Protocol SignedInteger has added inherited protocol AdditiveArithmetic
75
76
Protocol SignedNumeric has added inherited protocol AdditiveArithmetic
76
77
Protocol UnsignedInteger has added inherited protocol AdditiveArithmetic
77
- Struct Hasher._Core has removed conformance to _HasherCore
78
-
79
- /* Decl Attribute changes */
80
-
0 commit comments