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#L313: func (t rtype) Elem() Type {
type.go#L317: func (t rtype) In(i int) Type {
type.go#L325: func (t rtype) Key() Type {
type.go#L365: func (t rtype) Out(i int) Type {
type.go#L386: func TypeOf(i any) Type {
type.go#L390: func (t rtype) Implements(u Type) bool {
type.go#L400: func (t rtype) AssignableTo(u Type) bool {
type.go#L638: func toType(t *abi.Type) Type {
value.go#L382: func (v Value) Type() Type {
errors
wrap.go#L116: func as(err error, target any, targetVal reflectlite.Value, targetType reflectlite.Type) bool {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |