We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b965525 + 368847b commit 4ec2838Copy full SHA for 4ec2838
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