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

hash(into:)

Hashes the essential components of this value by feeding them into the given hasher. この値の本質的な構成要素それらを、それらをこの与えられたハーシャーに供給する事によってハッシュ化します。

Declaration 宣言

func hash(into hasher: inout Hasher)
Available when T conforms to Hashable. THashableに準拠する時に利用可能です。

Parameters パラメータ

hasher

The hasher to use when combining the components of this instance. このインスタンスの構成要素を結合する時に使うハーシャー。

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Supporting Hashing ハッシュ化をサポートする