package value
import "github.com/google/go-cmp/cmp/internal/value"
Index ¶
Functions ¶
func IsZero ¶
IsZero reports whether v is the zero value. This does not rely on Interface and so can be used on unexported fields.
func SortKeys ¶
SortKeys sorts a list of map keys, deduplicating keys if necessary. The type of each value must be comparable.
Types ¶
type Pointer ¶
type Pointer struct {
// contains filtered or unexported fields
}
Pointer is an opaque typed pointer and is guaranteed to be comparable.
func PointerOf ¶
PointerOf returns a Pointer from v, which must be a reflect.Ptr, reflect.Slice, or reflect.Map.
Source Files ¶
pointer_unsafe.go sort.go zero.go
- Version
- v0.4.1
- Published
- May 15, 2020
- Platform
- windows/amd64
- Imports
- 5 packages
- Last checked
- 6 hours ago –
Tools for package owners.