package
0.7.0
Repository: https://github.com/google/go-cmp.git
Documentation: pkg.go.dev

# Functions

PointerOf returns a Pointer from v, which must be a reflect.Ptr, reflect.Slice, or reflect.Map.
SortKeys sorts a list of map keys, deduplicating keys if necessary.
TypeString is nearly identical to reflect.Type.String, but has an additional option to specify that full type names be used.

# Structs

Pointer is an opaque typed pointer and is guaranteed to be comparable.