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, Base.Element conforms to Collection, Base.Index conforms to Hashable, and Base.Element.Index conforms to Hashable. BaseCollectionに準拠する、Base.ElementCollectionに準拠する、Base.IndexHashableに準拠する、そしてBase.Element.IndexHashableに準拠する時に利用可能です。

Parameters パラメータ

hasher

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

Relationships 関係

From Protocol 由来プロトコル