Pair
public protocol Pair
Pair of two values.
Pair
makes no assumptions about the equivalence of types, or order of the values contained
herein.
-
The type of the first value contained herein.
Declaration
Swift
associatedtype A
-
The type of the second value contained herein.
Declaration
Swift
associatedtype B