Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsZero ¶ added in v1.0.1
IsZero reports whether v is the zero value. This does not rely on Interface and so can be used on unexported fields.
Types ¶
type Pointer ¶ added in v1.0.1
type Pointer struct {
// contains filtered or unexported fields
}
Pointer is an opaque typed pointer and is guaranteed to be comparable.
func PointerOf ¶ added in v1.0.1
PointerOf returns a Pointer from v, which must be a reflect.Ptr, reflect.Slice, or reflect.Map.
Click to show internal directories.
Click to hide internal directories.