Pair struct #
type Pair struct {
f1 T1
f2 T2
}type Pair struct {
f1 T1
f2 T2
}Deprecated: Use something else.
func Clone(s S) Sfunc (p *ast.IndexListExpr) First() X1func NewPair(v1 T1, v2 T2) *ast.IndexListExprfunc (p *ast.IndexListExpr) Second() X2Generated with Arrow