Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Hoon (0.24 sec)

  1. doc/go1.22.html

          In a future release, the default will be changed to <code>gotypesalias=1</code>.
          Clients of <a href="/pkg/go/types"><code>go/types</code></a> are urged to adjust their code as soon as possible
          to work with <code>gotypesalias=1</code> to eliminate problems early.
        </p>
    
        <p><!-- https://go.dev/issue/62605, CL 540056 -->
    HTML
    - Registered: Tue Feb 06 11:13:10 GMT 2024
    - Last Modified: Wed Jan 31 20:51:56 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  2. doc/go_spec.html

    	soon as two field values differ (or all fields have been compared).
    	</li>
    
    	<li>
    	Array types are comparable if their array element types are comparable.
    	Two array values are equal if their corresponding element values are equal.
    	The elements are compared in ascending index order, and comparison stops
    	as soon as two element values differ (or all elements have been compared).
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 279.3K bytes
    - Viewed (0)
Back to top