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 {
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |