Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Core_types (0.08 sec)

  1. doc/go_spec.html

    <p>
    The primary expression
    </p>
    
    <pre>
    a[low : high]
    </pre>
    
    <p>
    constructs a substring or slice. The <a href="#Core_types">core type</a> of
    <code>a</code> must be a string, array, pointer to array, slice, or a
    <a href="#Core_types"><code>bytestring</code></a>.
    The <i>indices</i> <code>low</code> and
    <code>high</code> select which elements of operand <code>a</code> appear
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Oct 02 00:58:01 UTC 2024
    - 282.5K bytes
    - Viewed (0)
Back to top