//
pkg.gl
Category
github.com/hernad/nomad
helper
pointer
package
1.6.112
Repository:
https://github.com/hernad/nomad.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
1
Dependents
51
Files
28 SLOC
#
Functions
Copy
Copy returns a new pointer to a.
Eq
Eq returns whether a and b are equal in underlying value.
Merge
Merge will return Copy(next) if next is not nil, otherwise return Copy(previous).
Of
Of returns a pointer to a.
#
Interfaces
Primitive
Primitive represents basic types that are safe to do basic comparisons by pointer dereference (checking nullity first).