1
1
2
2
/* Generic Signature Changes */
3
- Struct DictionaryIterator has generic signature change from <Key, Value where Key : Hashable> to <Element>
4
- Struct SetIterator has generic signature change from <Element where Element : Hashable> to <Key, Value>
5
3
6
4
/* RawRepresentable Changes */
7
5
8
6
/* Removed Decls */
9
7
TypeAlias AbsoluteValuable has been removed
10
8
TypeAlias BitwiseOperations has been removed (deprecated)
11
- TypeAlias DictionaryIterator.Element has been removed
12
9
TypeAlias IntMax has been removed
13
10
TypeAlias Integer has been removed
14
11
TypeAlias IntegerArithmetic has been removed
15
- TypeAlias SetIterator.Element has been removed
16
12
TypeAlias SignedNumber has been removed
17
13
TypeAlias StringProtocol.UTF16Index has been removed (deprecated)
18
14
TypeAlias StringProtocol.UTF8Index has been removed (deprecated)
19
15
TypeAlias StringProtocol.UnicodeScalarIndex has been removed (deprecated)
20
16
TypeAlias UIntMax has been removed
21
- Var DictionaryIterator.customMirror has been removed
22
17
Var FixedWidthInteger.allZeros has been removed (deprecated)
23
- Var SetIterator.customMirror has been removed
24
18
Constructor Int.init(truncatingBitPattern:) has been removed
25
19
Constructor Int16.init(truncatingBitPattern:) has been removed
26
20
Constructor Int32.init(truncatingBitPattern:) has been removed
@@ -31,7 +25,6 @@ Constructor UInt16.init(truncatingBitPattern:) has been removed
31
25
Constructor UInt32.init(truncatingBitPattern:) has been removed
32
26
Constructor UInt8.init(truncatingBitPattern:) has been removed
33
27
Func BinaryInteger.toIntMax() has been removed
34
- Func DictionaryIterator.next() has been removed
35
28
Func FixedWidthInteger.addWithOverflow(_:_:) has been removed
36
29
Func FixedWidthInteger.divideWithOverflow(_:_:) has been removed
37
30
Func FixedWidthInteger.multiplyWithOverflow(_:_:) has been removed
@@ -53,7 +46,6 @@ Func Int32.toUIntMax() has been removed
53
46
Func Int64.toUIntMax() has been removed
54
47
Func Int8.toUIntMax() has been removed
55
48
Func Sequence.flatMap(_:) has been removed
56
- Func SetIterator.next() has been removed
57
49
Func SignedNumeric.abs(_:) has been removed
58
50
Func String.UTF16View.distance(from:to:) has been removed
59
51
Func String.UTF16View.index(_:offsetBy:) has been removed
@@ -76,8 +68,6 @@ Func UnsignedInteger.toUIntMax() has been removed
76
68
/* Moved Decls */
77
69
78
70
/* Renamed Decls */
79
- Struct DictionaryIterator has been renamed to Struct Iterator
80
- Struct SetIterator has been renamed to Struct Iterator
81
71
Func Dictionary.filter(_:obsoletedInSwift4:) has been renamed to Func Dictionary.filter(_:)
82
72
Func Set.filter(_:obsoletedInSwift4:) has been renamed to Func Set.filter(_:)
83
73
0 commit comments