- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testAaa (0.05 sec)
-
doc/go_spec.html
as in an <a href="#Assignment_statements">assignment statement</a>. </p> <pre> var testdata *struct { a *[7]int } for i, _ := range testdata.a { // testdata.a is never evaluated; len(testdata.a) is constant // i ranges from 0 to 6 f(i) } var a [10]string for i, s := range a { // type of i is int // type of s is string
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Oct 02 00:58:01 UTC 2024 - 282.5K bytes - Viewed (0)