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