Structs
The following structs are available globally.
-
SectionedValues represents, well, a bunch of sections and their associated values. You can think of it sort of like an
See moreordered dictionary
, or an order of key-pairs. If you are diffing a multidimensional structure of values (what might normally be, for example, a 2D array), you will want to use this.Declaration
Swift
public struct SectionedValues<Section: Equatable, Value: Equatable>: Equatable