Documentation
¶
Index ¶
- Variables
- func Addr(typ reflect.Type) uintptr
- func Eface(in any) *eface
- func Fields(typ reflect.Type) Chan.Chan[reflect.StructField]
- func Pointer(elem reflect.Type) []uintptr
- func Ptr(in any) uintptr
- func Slice(elem reflect.Type) []uintptr
- func Type(typ reflect.Type) uintptr
- type Option
- type Reflect
- type Tag
- type Tags
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrValue = errors.New("you should pass in a struct or a pointer to a struct")
Functions ¶
Types ¶
type Reflect ¶
type Reflect[V any] struct { Alias func(elem reflect.Type) []uintptr Parse func(self *Reflect[V], field reflect.StructField, elem reflect.Type) V // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.