Set.Index

struct Set.Index

The position of an element in a set.

Inheritance Comparable, Equatable, Hashable View Protocol Hierarchy →
Import import Swift

Instance Variables

var hashValue: Int

Hashes the essential components of this value by feeding them into the given hasher.

hasher: The hasher to use when combining the components of this instance.

Declaration

var hashValue: Int { get }