Documentation Language: Swift

Method

hash(into:)

Hashes the essential components of this enumeration.

func hash(into hasher: inout Hasher)

Parameters

hasher

The hasher to use for combining components.

Discussion

Only the identifier is used for hashing to maintain consistency with equality.