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

combine(bytes:)

Adds the contents of the given buffer to this hasher, mixing it into the hasher state. 与えられたバッファの内容をこのハーシャーに加えます、それをハーシャー状態へと混ぜ入れます。

Declaration 宣言

mutating func combine(bytes: UnsafeRawBufferPointer)

Parameters パラメータ

bytes

A raw memory buffer. 生のメモリバッファ。

See Also 参照

Adding Values 値を加える