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

hash(into:)

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

Declaration 宣言

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

Parameters パラメータ

hasher

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

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Describing an Array 配列を記述する