- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for leftmost (0.04 sec)
-
doc/go_spec.html
chan<- float64 // can only be used to send float64s <-chan int // can only be used to receive ints </pre> <p> The <code><-</code> operator associates with the leftmost <code>chan</code> possible: </p> <pre> chan<- chan int // same as chan<- (chan int) chan<- <-chan int // same as chan<- (<-chan int)
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 06 19:12:15 UTC 2025 - 286.2K bytes - Viewed (0)