init(first: Self.First, second: Self.Second)
s3Cxx0A4PairP5first6secondx5FirstQz_6SecondQztcfc
5Y91Q
import Cxx
protocol CxxPair<First, Second>
A C++ type that represents a pair of two values.
associatedtype First
associatedtype Second
var first: Self.First { get set }
var second: Self.Second { get set }