//
pkg.gl
Category
github.com/jamestrandung/go-context
helper
package
1.0.9
Repository:
https://github.com/jamestrandung/go-context.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
2
Files
11 SLOC
#
Functions
IsCastable
IsCastable returns whether v can be casted to type T.
IsComparable
IsComparable returns whether v is not nil and has an underlying type that is comparable.
IsSameType
IsSameType returns whether v1 and v2 are both not nil and have the same underlying type.