We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ea736 commit 368847bCopy full SHA for 368847b
stdlib/public/core/Integers.swift.gyb
@@ -68,10 +68,10 @@ UIntMax = 'UInt%s' % int_max_bits
68
69
// FIXME(integers): remove these two aliases
70
/// The largest native signed integer type.
71
-@available(swift, obsoleted: 4.0)
+@available(swift, obsoleted: 4.0, renamed: "${IntMax}")
72
public typealias IntMax = ${IntMax}
73
/// The largest native unsigned integer type.
74
+@available(swift, obsoleted: 4.0, renamed: "${UIntMax}")
75
public typealias UIntMax = ${UIntMax}
76
77
infix operator &<< : BitwiseShiftPrecedence
0 commit comments