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 Base conforms to Collection and Base.Index conforms to Hashable.

Parameters パラメータ

hasher

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

Relationships 関係

From Protocol 由来プロトコル