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