The name of 'list' has been changed to 'array'; from now on, 'list' will refer to the linked list.
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ func FromGenericAny(v any) (exprAny any, ok bool) {
|
||||
if exprAny, ok = v.(*dict.DictType); ok {
|
||||
return
|
||||
}
|
||||
if exprAny, ok = v.(*array.ListType); ok {
|
||||
if exprAny, ok = v.(*array.ArrayType); ok {
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user