Generic Instance Method 総称体インスタンスメソッド

combine(_:)

Adds the given value to this hasher, mixing its essential parts into the hasher state. 与えられた値をこのハーシャーに加えます、それの本質的部分それらをハーシャー状態に混ぜ合わせます。

Declaration 宣言

mutating func combine<H>(_ value: H) where H : Hashable

Parameters パラメータ

value

A value to add to the hasher. ハーシャーに加える値。

See Also 参照

Adding Values 値を加える