Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for bond (0.18 sec)

  1. doc/go1.17_spec.html

    <p>
    Slice expressions construct a substring or slice from a string, array, pointer
    to array, or slice. There are two variants: a simple form that specifies a low
    and high bound, and a full form that also specifies a bound on the capacity.
    </p>
    
    <h4>Simple slice expressions</h4>
    
    <p>
    For a string, array, pointer to array, or slice <code>a</code>, the primary expression
    </p>
    
    <pre>
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  2. doc/go_spec.html

    bound type parameter:
    </p>
    
    <pre>
    	P<sub>k</sub> ➞ A<sub>k</sub>
    </pre>
    
    <p>
    A type argument <code>A<sub>k</sub></code> may be a composite type,
    containing other bound type parameters <code>P<sub>k</sub></code> as element types
    (or even be just another bound type parameter).
    In a process of repeated simplification, the bound type parameters in each type
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 02 22:43:51 GMT 2024
    - 279.6K bytes
    - Viewed (0)
Back to top