1 Star 1 Fork 0

Breeze / bzv2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
type.go 234 Bytes
一键复制 编辑 原始数据 按行查看 历史
Breeze 提交于 2023-08-13 23:16 . first commit
package bztype
type Numeric interface {
Int | Uint | Float
}
type Int interface {
int | int8 | int16 | int32 | int64
}
type Uint interface {
uint | uint8 | uint16 | uint32 | uint64
}
type Float interface {
float32 | float64
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/breezeHub/bzv2.git
git@gitee.com:breezeHub/bzv2.git
breezeHub
bzv2
bzv2
v0.0.5

搜索帮助

344bd9b3 5694891 D2dac590 5694891