(t *types.Basic)
| 738 | } |
| 739 | |
| 740 | func isNumeric(t *types.Basic) bool { |
| 741 | return t.Info()&types.IsNumeric != 0 |
| 742 | } |
| 743 | |
| 744 | func isOrdered(t *types.Basic) bool { |
| 745 | return t.Info()&types.IsOrdered != 0 |
no outgoing calls
no test coverage detected
searching dependent graphs…