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 0939e87 commit 0130407Copy full SHA for 0130407
stdlib/public/core/FloatingPoint.swift.gyb
@@ -168,7 +168,7 @@ word_bits = int(CMAKE_SIZEOF_VOID_P) * 8
168
/// "out of \(tempsFahrenheit.count) observations.")
169
/// // Prints "Average: 74.84°F in 5 out of 7 observations."
170
public protocol FloatingPoint: Comparable, Arithmetic,
171
- SignedNumber, Strideable {
+ SignedNumber, Strideable, Hashable {
172
173
/// A type that represents any written exponent.
174
associatedtype Exponent: SignedInteger
0 commit comments