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.
Adds the contents of the given buffer to this hasher, mixing it into the hasher state.
mutating func combine(bytes: UnsafeRawBufferPointer)A raw memory buffer.