Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Are (0.16 sec)

  1. doc/go_spec.html

    	</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).
    	</li>
    
    	<li>
    	Type parameters are comparable if they are strictly comparable (see below).
    	</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)
  2. doc/next/3-tools.md

    or copying the `go` binary.
    
    ### Vet {#vet}
    
    The `go vet` subcommand now includes the
    [stdversion](https://beta.pkg.go.dev/golang.org/x/tools/go/analysis/passes/stdversion)
    analyzer, which flags references to symbols that are too new for the version
    of Go in effect in the referring file. (The effective version is determined
    by the `go` directive in the file's enclosing `go.mod` file, and
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri May 03 01:02:40 GMT 2024
    - 977 bytes
    - Viewed (0)
Back to top