Searched defs:ConstrainedTypeTemplateParam (Results 1 – 1 of 1) sorted by relevance
2667 type ConstrainedTypeTemplateParam struct { struct2668 Name AST2669 Constraint AST2672 func (cttp *ConstrainedTypeTemplateParam) print(ps *printState) {2682 func (cttp *ConstrainedTypeTemplateParam) printInner(ps *printState) {2686 func (cttp *ConstrainedTypeTemplateParam) Traverse(fn func(AST) bool) {2693 func (cttp *ConstrainedTypeTemplateParam) Copy(fn func(AST) AST, skip func(AST) bool) AST {2715 func (cttp *ConstrainedTypeTemplateParam) GoString() string {2719 func (cttp *ConstrainedTypeTemplateParam) goString(indent int, field string) string {