new type LinkedList, preliminary implementation
This commit is contained in:
@@ -21,6 +21,8 @@ func Clone(v any) (c any) {
|
||||
c = unboxed.Clone()
|
||||
case *DictType:
|
||||
c = unboxed.Clone()
|
||||
case *LinkedList:
|
||||
c = unboxed.Clone()
|
||||
default:
|
||||
c = v
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user