update array
This commit is contained in:
parent
b3b0522842
commit
02ff3c3833
5
array.go
5
array.go
@ -13,5 +13,8 @@ package op_type
|
||||
//
|
||||
// Date : 16:34 2023/4/17
|
||||
type Array[number Number, dict Dict] interface {
|
||||
[]interface{} | []bool | []string | []number | []dict
|
||||
[]interface{} | []bool | []string | int | int8 | int16 | int32 | int64 |
|
||||
uint | uint8 | uint16 | uint32 | uint64 |
|
||||
float32 | float64 |
|
||||
map[string]interface{} | map[interface{}]interface{} | map[int64]int64 | map[float64]interface{}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user