type internal/reflectlite.Type
14 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#L594: func (t *rtype) Elem() Type {
type.go#L615: func (t *rtype) In(i int) Type {
type.go#L623: func (t *rtype) Key() Type {
type.go#L663: func (t *rtype) Out(i int) Type {
type.go#L710: func TypeOf(i any) Type {
type.go#L715: func (t *rtype) Implements(u Type) bool {
type.go#L725: func (t *rtype) AssignableTo(u Type) bool {
type.go#L843: func haveIdenticalType(T, V Type, cmpTags bool) bool {
type.go#L962: func toType(t *rtype) Type {
value.go#L376: func (v Value) Type() Type {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)