runtime.maptype.reflexivekey (method)
4 uses
runtime (current package)
map.go#L918: if t.reflexivekey() || t.key.equal(k, k) {
map.go#L939: !(t.reflexivekey() || t.key.equal(k, k)) {
map.go#L1181: if h.flags&iterator != 0 && !t.reflexivekey() && !t.key.equal(k2, k2) {
type.go#L393: func (mt *maptype) reflexivekey() bool { // true if k==k for all keys
 |
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. |