hash(into:)

Combines elements of the command to generate a hash value.

AnyCommand.swift:69
func hash(into hasher: inout Hasher)

Parameters

hasher

The hasher to use when combining the components of the command.