const reflect.BothDir
5 uses
reflect (current package)
type.go#L347: BothDir = RecvDir | SendDir // chan
type.go#L1046: case BothDir:
type.go#L1557: return V.ChanDir() == BothDir && (T.Name() == "" || V.Name() == "") && haveIdenticalType(T.Elem(), V.Elem(), true)
type.go#L1802: case BothDir:
value.go#L2315: if typ.ChanDir() != BothDir {
 |
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. |