Skip to content

KeyValuePair

ratranqu edited this page Jan 28, 2021 · 1 revision

KeyValuePair

public struct KeyValuePair: Hashable

Inheritance

Comparable, Hashable

Initializers

init(key:value:)

public init(key: Data, value: Data)

Properties

key

let key: Data

value

let value: Data

Methods

<(lhs:rhs:)

public static func <(lhs: KeyValuePair, rhs: KeyValuePair) -> Bool

Clone this wiki locally