feat: update code
This commit is contained in:
4
array.go
4
array.go
@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user