We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
public struct KeyValuePair: Hashable
Comparable, Hashable
Comparable
Hashable
init(key:value:)
public init(key: Data, value: Data)
key
let key: Data
value
let value: Data
<(lhs:rhs:)
public static func <(lhs: KeyValuePair, rhs: KeyValuePair) -> Bool