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#L586: func (t *rtype) Elem() Type {
type.go#L607: func (t *rtype) In(i int) Type {
type.go#L615: func (t *rtype) Key() Type {
type.go#L655: func (t *rtype) Out(i int) Type {
type.go#L702: func TypeOf(i interface{}) Type {
type.go#L707: func (t *rtype) Implements(u Type) bool {
type.go#L717: func (t *rtype) AssignableTo(u Type) bool {
type.go#L835: func haveIdenticalType(T, V Type, cmpTags bool) bool {
type.go#L954: func toType(t *rtype) Type {
value.go#L377: func (v Value) Type() Type {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |