var hashValue: Int { get }
sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivp
9KO1T
where Self:Hashable, Self.RawValue:Hashable
import Swift
protocol RawRepresentable<RawValue>
A type that can be converted to and from an associated raw value.
@frozen struct Int
A signed integer value type.
protocol Hashable : Equatable
A type that can be hashed into a Hasher to produce an integer hash value.
Hasher
func hash(into hasher: inout Hasher)