var hashValue: Int { get }
sSYsSHRzSH8RawValueSYRpzrlE04hashB0SivpWhat are these?
sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivp
FNV24: [9KO1T]
where Self:Hashable, Self.RawValue:Hashable
func hash(into: inout Hasher)
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)