Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for inserted (0.78 sec)

  1. doc/go1.17_spec.html

    a number of productions. Go programs may omit most of these semicolons
    using the following two rules:
    </p>
    
    <ol>
    <li>
    When the input is broken into tokens, a semicolon is automatically inserted
    into the token stream immediately after a line's final token if that token is
    <ul>
    	<li>an
    	    <a href="#Identifiers">identifier</a>
    	</li>
    
    	<li>an
    	    <a href="#Integer_literals">integer</a>,
    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

    </pre>
    
    <p>
    When using a generic function, type arguments may be provided explicitly,
    or they may be partially or completely <a href="#Type_inference">inferred</a>
    from the context in which the function is used.
    Provided that they can be inferred, type argument lists may be omitted entirely if the function is:
    </p>
    
    <ul>
    <li>
    	<a href="#Calls">called</a> with ordinary arguments,
    </li>
    <li>
    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