package
1.0.9
Repository: https://github.com/jamestrandung/go-context.git
Documentation: pkg.go.dev

# Functions

IsCastable returns whether v can be casted to type T.
IsComparable returns whether v is not nil and has an underlying type that is comparable.
IsSameType returns whether v1 and v2 are both not nil and have the same underlying type.