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