update array

This commit is contained in:
白茶清欢 2024-01-22 18:40:27 +08:00
parent ca8081f83a
commit 4928421213
1 changed files with 1 additions and 1 deletions

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
[]float32 | []float64 | []any
}