Contents

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