//
pkg.gl
Category
github.com/starudream/go-lib/core/v2
utils
reflectutil
package
2.1.1
Repository:
https://github.com/starudream/go-lib.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
5
Files
51 SLOC
#
Functions
Equal
No description provided by the author
IsFunc
No description provided by the author
IsNil
IsNil prevent panic from go/src/reflect/value.go:1551.
ToPtr
ToPtr if v is ptr return itself, else return ptr of v second return value is true if v is ptr.