type runtime.chantype

7 uses

	runtime (current package)
		chan.go#L59: func reflect_makechan(t *chantype, size int) *hchan {
		chan.go#L63: func makechan64(t *chantype, size int64) *hchan {
		chan.go#L71: func makechan(t *chantype, size int) *hchan {
		type.go#L95: 			chantype
		type.go#L410: type chantype struct {
		type.go#L639: 		ct := (*chantype)(unsafe.Pointer(t))
		type.go#L640: 		cv := (*chantype)(unsafe.Pointer(v))