The position of a collection difference.
SDK
- Xcode 11.0+
Framework
- Swift Standard Library
The position of a collection difference.
SDK
Framework
var hash Value: Int
The hash value.
func hash(into: inout Hasher)
Hashes the essential components of this value by feeding them into the given hasher.
static func ... (Collection Difference<Change Element>.Index) -> Partial Range From<Collection Difference<Change Element>.Index>
Returns a partial range extending upward from a lower bound.
static func ... (Collection Difference<Change Element>.Index) -> Partial Range Through<Collection Difference<Change Element>.Index>
Returns a partial range up to, and including, its upper bound.
static func ... (Collection Difference<Change Element>.Index, Collection Difference<Change Element>.Index) -> Closed Range<Collection Difference<Change Element>.Index>
Returns a closed range that contains both of its bounds.
static func ..< (Collection Difference<Change Element>.Index) -> Partial Range Up To<Collection Difference<Change Element>.Index>
Returns a partial range up to, but not including, its upper bound.
static func ..< (Collection Difference<Change Element>.Index, Collection Difference<Change Element>.Index) -> Range<Collection Difference<Change Element>.Index>
Returns a half-open range that contains its lower bound but not its upper bound.
static func < (Collection Difference<Change Element>.Index, Collection Difference<Change Element>.Index) -> Bool
Returns a Boolean value indicating whether the value of the first argument is less than that of the second argument.
static func <= (Collection Difference<Change Element>.Index, Collection Difference<Change Element>.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 == (Collection Difference<Change Element>.Index, Collection Difference<Change Element>.Index) -> Bool
Returns a Boolean value indicating whether two values are equal.
static func > (Collection Difference<Change Element>.Index, Collection Difference<Change Element>.Index) -> Bool
Returns a Boolean value indicating whether the value of the first argument is greater than that of the second argument.
static func >= (Collection Difference<Change Element>.Index, Collection Difference<Change Element>.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.