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 f7075cc commit 8680be3Copy full SHA for 8680be3
Sources/IntegerUtilities/README.md
@@ -65,9 +65,10 @@ which performs a bitwise shift with rounding and saturation.
65
66
If you are using saturating arithmetic, you may also want to perform
67
saturating conversions between integer types; this functionality is provided
68
-by the standard library via the [`init(clamping:)` API]
69
-(https://developer.apple.com/documentation/swift/binaryinteger/init(clamping:))
+by the standard library via the [`init(clamping:)` API][clamping]
70
71
## Types
72
73
The `RoundingRule` enum is used with shift, division, and round operations to specify how to round their results to a representable value.
+
74
+[clamping]: https://developer.apple.com/documentation/swift/binaryinteger/init(clamping:)
0 commit comments