Operatorswift 6.0.3Swift
==(_:_:)
static func == (lhs: Set<Element>.Index, rhs: Set<Element>.Index) -> Bool
static func == (lhs: Set<Element>.Index, rhs: Set<Element>.Index) -> Bool
import Swift
@frozen struct Index
The position of an element in a set.
@frozen struct Set<Element> where Element : Hashable
An unordered collection of unique elements.
@frozen struct Bool
A value type whose instances are either true
or false
.
static func < (lhs: Set<Element>.Index, rhs: Set<Element>.Index) -> Bool
func hash(into hasher: inout Hasher)
Hashes the essential components of this value by feeding them into the given hasher.