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