- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testData (0.04 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 Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 06 19:12:15 UTC 2025 - 286.2K bytes - Viewed (0)