Hashable

protocol Hashable

A value with a deterministic integer hash suitable for keyed collections.

Methods

func hash_value() -> Int

Computes a hash consistent with the type's equality semantics.

View Source
func hash_value() -> Int