rm iclone
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
package util
|
||||
|
||||
type IClone[T any] interface {
|
||||
Clone() T
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -1,5 +0,0 @@
|
||||
package util
|
||||
|
||||
type IClone[T any] interface {
|
||||
Clone() T
|
||||
}
|
||||