package
3.3.0+incompatible
Repository: https://github.com/google/agi.git
Documentation: pkg.go.dev

# Functions

Clone makes a deep copy of v.
Copy recursively copies all fields, map and slice elements from the value src to the pointer dst.
MustClone makes a deep copy of v, or panics if it could not.