增加array定义
This commit is contained in:
parent
fb304d23ac
commit
b3b0522842
17
array.go
Normal file
17
array.go
Normal file
@ -0,0 +1,17 @@
|
||||
// Package op_type ...
|
||||
//
|
||||
// Description : op_type ...
|
||||
//
|
||||
// Author : go_developer@163.com<白茶清欢>
|
||||
//
|
||||
// Date : 2023-04-17 16:34
|
||||
package op_type
|
||||
|
||||
// Array ...
|
||||
//
|
||||
// Author : go_developer@163.com<白茶清欢>
|
||||
//
|
||||
// Date : 16:34 2023/4/17
|
||||
type Array[number Number, dict Dict] interface {
|
||||
[]interface{} | []bool | []string | []number | []dict
|
||||
}
|
Loading…
Reference in New Issue
Block a user