Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for perspective (0.15 sec)

  1. doc/go1.17_spec.html

    <p>
    The iteration values are assigned to the respective
    iteration variables as in an <a href="#Assignments">assignment statement</a>.
    </p>
    
    <p>
    The iteration variables may be declared by the "range" clause using a form of
    <a href="#Short_variable_declarations">short variable declaration</a>
    (<code>:=</code>).
    In this case their types are set to the types of the respective iteration values
    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

    <a href="#Satisfying_a_type_constraint">satisfy</a> the constraint of its respective
    type parameter.
    </p>
    
    <p>
    Each such pair of matched types corresponds to a <i>type equation</i> containing
    one or multiple type parameters, from one or possibly multiple generic functions.
    Inferring the missing type arguments means solving the resulting set of type
    equations for the respective type parameters.
    </p>
    
    <p>
    For example, given
    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