feat: update code

This commit is contained in:
2025-10-13 10:46:01 +08:00
parent 4928421213
commit da007da2fb
4 changed files with 8 additions and 28 deletions

View File

@ -14,6 +14,6 @@ package op_type
// Date : 16:34 2023/4/17
type Array interface {
[]bool | []string | []int | []int8 | []int16 | []int32 | []int64 |
[]uint | []uint8 | []uint16 | []uint32 | []uint64 |
[]float32 | []float64 | []any
[]uint | []uint8 | []uint16 | []uint32 | []uint64 |
[]float32 | []float64 | []any
}