KeyValuePair

public struct KeyValuePair : Codable, Equatable

Key-value pairs detected across cell boundaries.

  • key

    A key in a key-value pair.

    Declaration

    Swift

    public var key: Key?
  • A list of values in a key-value pair.

    Declaration

    Swift

    public var value: [Value]?