Skip to content

Commit 13bf2ec

Browse files
authored
Merge pull request #74507 from Azoy/128-words-are-ice-cold
[stdlib] Mark UInt128.Words as frozen
2 parents be841a5 + 95195c6 commit 13bf2ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/UInt128.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ extension UInt128: Numeric {
313313
// MARK: - BinaryInteger conformance
314314
@available(SwiftStdlib 6.0, *)
315315
extension UInt128: BinaryInteger {
316-
316+
@frozen
317317
public struct Words {
318318
@usableFromInline
319319
let _value: UInt128

0 commit comments

Comments
 (0)