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

hash(into:)

Hashes the essential components of the sort order by feeding them into the specified hash function.

Declaration 宣言

func hash(into hasher: inout Hasher)

Parameters パラメータ

hasher

The hash function to use when combining the components of the sort order.

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Comparing Sort Orders