func combine(bytes: UnsafeRawBufferPointer)
Adds the contents of the given buffer to this hasher, mixing it into the hasher state.
与えられたバッファの内容をこのハーシャーに加えます、それをハーシャー状態へと混ぜ入れます。
Availability
Technology
mutating func combine<H>(_ value: H) where H : Hashable
value
A value to add to the hasher. ハーシャーに加える値。
func combine(bytes: UnsafeRawBufferPointer)