Contents

hash(into:)

Hashes the essential components of the data frame by feeding them into a hasher.

Declaration

func hash(into hasher: inout Hasher)

Parameters

  • hasher:

    A hasher the method uses to combine the components of the data frame.