Categorygithub.com/ralvarezdev/go-reflect
modulepackage
0.2.4
Repository: https://github.com/ralvarezdev/go-reflect.git
Documentation: pkg.go.dev

# Functions

CheckFunction checks if a function is valid.
GetDereferencedType returns the dereferenced type reflection.
GetDereferencedValue returns the dereferenced value reflection.
GetType returns the type reflection.
GetTypeName returns the type name.
GetTypeOf returns the type of the given bodyType.
GetValue returns the value reflection.
NewDereferencedReflection creates a new reflection from a dereferenced instance.
NewInstance creates a new instance of the given type.
NewInstanceFromType creates a new instance of the given type.
NewReflection creates a new reflection from an instance.
SafeCallFunction calls a function with some typed parameters after checking if the function is valid.
UnsafeCallFunction calls a function with some typed parameters without checking if the function is valid.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author