Instance Methodswift 6.0.1Swift
hash(into:)
func hash(into hasher: inout Hasher)
func hash(into hasher: inout Hasher)
import Swift
protocol RawRepresentable<RawValue>
A type that can be converted to and from an associated raw value.
@frozen struct Hasher
The universal hash function used by Set
and Dictionary
.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
var hashValue: Int { get }