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 48063b9 commit 5dbe1a9Copy full SHA for 5dbe1a9
stdlib/public/core/IntegerTypes.swift.gyb
@@ -1257,6 +1257,7 @@ public struct ${Self}
1257
self = Self._convert(from: source).value!
1258
}
1259
1260
+ @_alwaysEmitIntoClient
1261
@inlinable
1262
@inline(__always)
1263
public init<T: BinaryFloatingPoint>(_ source: T) {
@@ -1276,6 +1277,7 @@ public struct ${Self}
1276
1277
self.init(_unchecked: source)
1278
1279
1280
1281
1282
1283
public init?<T: BinaryFloatingPoint>(exactly source: T) {
0 commit comments