type go/doc.Type

9 uses

	go/doc (current package)
		doc.go#L31: 	Types  []*Type
		doc.go#L54: type Type struct {
		doc.go#L159: func (p *Package) collectTypes(types []*Type) {
		filter.go#L76: func filterTypes(a []*Type, f Filter) []*Type {
		reader.go#L863: func sortedTypes(m map[string]*namedType, allMethods bool) []*Type {
		reader.go#L864: 	list := make([]*Type, len(m))
		reader.go#L867: 		list[i] = &Type{
		reader.go#L879: 	slices.SortFunc(list, func(a, b *Type) int {