- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for Index_expressions (0.07 sec)
-
doc/go_spec.html
the built-in function <a href="#Length_and_capacity"><code>len</code></a>. The length is a compile-time constant if the string is a constant. A string's bytes can be accessed by integer <a href="#Index_expressions">indices</a> 0 through <code>len(s)-1</code>. It is illegal to take the address of such an element; if <code>s[i]</code> is the <code>i</code>'th byte of a string, <code>&s[i]</code> is invalid. </p>
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 06 19:12:15 UTC 2025 - 286.2K bytes - Viewed (0)