This commit is contained in:
白茶清欢 2023-06-29 19:09:04 +08:00
parent b990529621
commit e1fd92d004

View File

@ -15,5 +15,5 @@ package op_type
type Array interface {
[]bool | []string | []int | []int8 | []int16 | []int32 | []int64 |
[]uint | []uint8 | []uint16 | []uint32 | []uint64 |
[]float32 | []float64 | []string
[]float32 | []float64
}