Operatorswift 6.0.1Swift
<(_:_:)
static func < (lhs: Dictionary<Key, Value>.Index, rhs: Dictionary<Key, Value>.Index) -> Bool
static func < (lhs: Dictionary<Key, Value>.Index, rhs: Dictionary<Key, Value>.Index) -> Bool
import Swift
@frozen struct Index
The position of a key-value pair in a dictionary.
@frozen struct Dictionary<Key, Value> where Key : Hashable
A collection whose elements are key-value pairs.
@frozen struct Bool
A value type whose instances are either true
or false
.
static func == (lhs: Dictionary<Key, Value>.Index, rhs: Dictionary<Key, Value>.Index) -> Bool
func hash(into hasher: inout Hasher)