IsMethodSet reports whether the interface t is fully described by its method set.
()
| 38 | |
| 39 | // IsMethodSet reports whether the interface t is fully described by its method set. |
| 40 | func (s *_TypeSet) IsMethodSet() bool { return !s.comparable && s.terms.isAll() } |
| 41 | |
| 42 | // IsComparable reports whether each type in the set is comparable. |
| 43 | func (s *_TypeSet) IsComparable(seen map[Type]bool) bool { |
no test coverage detected