p4

Structs

Pair struct #

type Pair struct {
f1 T1
f2 T2
}

Functions

Clone function #

Deprecated: Use something else.

func Clone(s S) S

First method #

func (p *ast.IndexListExpr) First() X1

NewPair function #

func NewPair(v1 T1, v2 T2) *ast.IndexListExpr

Second method #

func (p *ast.IndexListExpr) Second() X2

Generated with Arrow