package
0.1.5
Repository: https://github.com/goexts/generic.git
Documentation: pkg.go.dev

# Functions

Cast attempts to convert a value to the specified type.
CastOr attempts to convert a value to the specified type.
CastOrZero attempts to convert a value to the specified type.
MustCast attempts to convert a value to the specified type.
Pointer returns a pointer to value of Type.
Value returns the value of the pointer of Type.