- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ACK (0.02 sec)
-
doc/go1.17_spec.html
</pre> <p> A function literal can be assigned to a variable or invoked directly. </p> <pre> f := func(x, y int) int { return x + y } func(ch chan int) { ch <- ACK }(replyChan) </pre> <p> Function literals are <i>closures</i>: they may refer to variables defined in a surrounding function. Those variables are then shared between
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Oct 10 18:25:45 UTC 2024 - 211.6K bytes - Viewed (0)