internal/abi.ChanType.Elem (field)
12 uses
internal/abi (current package)
type.go#L268: Elem *Type
type.go#L353: return tt.Elem
reflect
type.go#L1623: if ch.Elem == typ && ch.Dir == abi.ChanDir(dir) {
type.go#L1637: ch.Elem = typ
value.go#L2205: t := tt.Elem
value.go#L2239: x = x.assignTo("reflect.Value.Send", tt.Elem, nil)
value.go#L3074: v = v.assignTo("reflect.Select", tt.Elem, nil)
value.go#L3100: rc.val = unsafe_New(tt.Elem)
value.go#L3107: t := tt.Elem
runtime
chan.go#L73: elem := t.Elem
type.go#L374: return ct.Dir == cv.Dir && typesEqual(ct.Elem, cv.Elem, seen)
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. |