runtime.maptype.flags (field)
6 uses
runtime (current package)
type.go#L382: flags uint32
type.go#L388: return mt.flags&1 != 0
type.go#L391: return mt.flags&2 != 0
type.go#L394: return mt.flags&4 != 0
type.go#L397: return mt.flags&8 != 0
type.go#L400: return mt.flags&16 != 0
![]() |
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. |