type internal/reflectlite.Kind
6 uses
internal/reflectlite (current package)
type.go#L44: Kind() Kind
type.go#L78: type Kind = abi.Kind
value.go#L79: func (f flag) kind() Kind {
value.go#L80: return Kind(f & flagKindMask)
value.go#L159: Kind Kind
value.go#L320: func (v Value) Kind() Kind {
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. |