package
0.6.0
Repository: https://github.com/go-board/std.git
Documentation: pkg.go.dev

# Functions

Compare compares two pointer.
No description provided by the author
Equal test whether two pointer are equal.
No description provided by the author
No description provided by the author
Ref return reference of value.
RefOrNil return reference of value if it not the zero value, else return nil.
ValueOr return value of pointer if not nil, else return default value.
ValueOrZero return value of pointer if not nil, else return zero value.