package
0.0.0-20241022194553-db3115c90c22
Repository: https://github.com/couchbase/gocbcorex.git
Documentation: pkg.go.dev
# Functions
AllPtrFieldsNil tests whether all pointer fields in a struct are nil.
Deref dereferences ptr and returns the value it points to if no nil, or else returns def.
Equal returns true if both arguments are nil or both arguments dereference to the same value.
To returns a pointer to the given value.