func combine<H>(H)
Adds the given value to this hasher, mixing its essential parts into the hasher state.
与えられた値をこのハーシャーに加えます、それの本質的部分それらをハーシャー状態に混ぜ合わせます。
Availability
Technology
mutating func combine(bytes: UnsafeRawBufferPointer
)
bytes
A raw memory buffer. 生のメモリバッファ。
func combine<H>(H)