We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 192c112 commit 71b2c1fCopy full SHA for 71b2c1f
stdlib/public/core/Integers.swift.gyb
@@ -3528,6 +3528,9 @@ public typealias SignedNumber = SignedNumeric
3528
@available(swift, obsoleted: 4)
3529
public typealias AbsoluteValuable = SignedNumeric & Comparable
3530
3531
+@available(swift, obsoleted: 4)
3532
+public typealias _SignedInteger = SignedInteger
3533
+
3534
extension SignedNumeric where Self : Comparable {
3535
3536
@_transparent
0 commit comments