type internal/reflectlite.Type

13 uses

	internal/reflectlite (current package)
		type.go#L25: type Type interface {
		type.go#L47: 	Implements(u Type) bool
		type.go#L50: 	AssignableTo(u Type) bool
		type.go#L64: 	Elem() Type
		type.go#L323: func (t rtype) Elem() Type {
		type.go#L327: func (t rtype) In(i int) Type {
		type.go#L335: func (t rtype) Key() Type {
		type.go#L375: func (t rtype) Out(i int) Type {
		type.go#L396: func TypeOf(i any) Type {
		type.go#L401: func (t rtype) Implements(u Type) bool {
		type.go#L411: func (t rtype) AssignableTo(u Type) bool {
		type.go#L649: func toType(t *abi.Type) Type {
		value.go#L377: func (v Value) Type() Type {