//
pkg.gl
Category
github.com/google/agi
core
data
deep
package
3.3.0+incompatible
Repository:
https://github.com/google/agi.git
Documentation:
pkg.go.dev
Versions
3
Dependencies
3
Dependents
0
Files
114 SLOC
#
Functions
Clone
Clone makes a deep copy of v.
Copy
Copy recursively copies all fields, map and slice elements from the value src to the pointer dst.
MustClone
MustClone makes a deep copy of v, or panics if it could not.