Contents

hash(into:)

Performs a hash operation on the value by feeding its hash values into the given hasher.

Declaration

func hash(into hasher: inout Hasher)

Parameters

  • hasher:

    The hasher to use when combining the values of this instance.

See Also

Computing hashes