Skip to content

Commit

Permalink
pref: 泛型中的int系、uint系支持优化
Browse files Browse the repository at this point in the history
  • Loading branch information
ccpwcn committed Oct 17, 2024
1 parent 0de9983 commit ba01794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package kgo

type IntUintBig interface {
~int | ~int64 | ~uint | ~uint64
~int | ~int8 | ~int16 | ~int32 | ~int64 | ~uint | ~uint8 | ~uint16 | ~uint32 | ~uint64
}

type IntUintFloat interface {
Expand Down

0 comments on commit ba01794

Please sign in to comment.