@ -8,10 +8,11 @@
package op_type
// Int int类型
//
// Author : go_developer@163.com<白茶清欢>
// Date : 20:07 2023/4/15
type Int interface {
int | int8 | int16 | int32 | int64
}
// Uint uint类型
type Uint interface {
uint | uint8 | uint16 | uint32 | uint64
The note is not visible to the blocked user.