We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf9737 commit 1c2c9ccCopy full SHA for 1c2c9cc
interfaces.go
@@ -1,7 +1,7 @@
1
package helpy
2
3
type ComparableNumber interface {
4
- int8 | int16 | int32 | int | int64 | uint8 | uint16 | uint32 | uint | uint64 | uintptr
+ ~int8 | ~int16 | ~int32 | ~int | ~int64 | ~uint8 | ~uint16 | ~uint32 | ~uint | ~uint64 | ~uintptr
5
}
6
7
type Number interface {
0 commit comments