Skip to content

Commit 71b2c1f

Browse files
author
Max Moiseev
committed
Adding Swift 3 alias for _SignedInteger
1 parent 192c112 commit 71b2c1f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stdlib/public/core/Integers.swift.gyb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3528,6 +3528,9 @@ public typealias SignedNumber = SignedNumeric
35283528
@available(swift, obsoleted: 4)
35293529
public typealias AbsoluteValuable = SignedNumeric & Comparable
35303530

3531+
@available(swift, obsoleted: 4)
3532+
public typealias _SignedInteger = SignedInteger
3533+
35313534
extension SignedNumeric where Self : Comparable {
35323535
@available(swift, obsoleted: 4)
35333536
@_transparent

0 commit comments

Comments
 (0)