Structure

CollectionDifference.Index

The position of a collection difference.

Declaration

@frozen struct Index

Topics

Instance Properties

var hashValue: Int

The hash value.

Instance Methods

func hash(into: inout Hasher)

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

Operator Functions

static func < (CollectionDifference<ChangeElement>.Index, CollectionDifference<ChangeElement>.Index) -> Bool

Returns a Boolean value indicating whether the value of the first argument is less than that of the second argument.

static func <= (CollectionDifference<ChangeElement>.Index, CollectionDifference<ChangeElement>.Index) -> Bool

Returns a Boolean value indicating whether the value of the first argument is less than or equal to that of the second argument.

static func > (CollectionDifference<ChangeElement>.Index, CollectionDifference<ChangeElement>.Index) -> Bool

Returns a Boolean value indicating whether the value of the first argument is greater than that of the second argument.

static func >= (CollectionDifference<ChangeElement>.Index, CollectionDifference<ChangeElement>.Index) -> Bool

Returns a Boolean value indicating whether the value of the first argument is greater than or equal to that of the second argument.

Relationships

From Protocol