Instance Method インスタンスメソッド

hash(into:)

Hashes the essential components of the horizontal edge by passing them into the given hash function.

Declaration 宣言

func hash(into hasher: inout Hasher)
Available when Self conforms to Hashable and RawValue conforms to Hashable. SelfHashableに準拠するそしてRawValueHashableに準拠する時に利用可能です。

Parameters パラメータ

hasher

The hash function to use when combining the components of the horizontal edge.