Skip to content

Commit 2f9bf3c

Browse files
committed
Add an abstract for DoubleWidth
1 parent 1149eea commit 2f9bf3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/core/Integers.swift.gyb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3157,6 +3157,7 @@ public func numericCast<T : BinaryInteger, U : BinaryInteger>(_ x: T) -> U {
31573157
//===--- DoubleWidth ------------------------------------------------------===//
31583158
//===----------------------------------------------------------------------===//
31593159

3160+
/// A fixed-width integer that is twice the size of its base type.
31603161
public struct DoubleWidth<Base : FixedWidthInteger> :
31613162
FixedWidthInteger, _ExpressibleByBuiltinIntegerLiteral {
31623163

0 commit comments

Comments
 (0)