type internal/reflectlite.tflag
6 uses
internal/reflectlite (current package)
type.go#L117: type tflag uint8
type.go#L131: tflagUncommon tflag = 1 << 0
type.go#L137: tflagExtraStar tflag = 1 << 1
type.go#L140: tflagNamed tflag = 1 << 2
type.go#L144: tflagRegularMemory tflag = 1 << 3
type.go#L155: tflag tflag // extra type information flags
![]() |
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. |