Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for Comparison_operators (0.07 seconds)

  1. doc/go_spec.html

    <a href="#Interface_types">interface type</a> <code>comparable</code>
    denotes the set of all non-interface types that are
    <a href="#Comparison_operators">strictly comparable</a>
    [<a href="#Go_1.18">Go 1.18</a>].
    </p>
    
    <p>
    Even though interfaces that are not type parameters are <a href="#Comparison_operators">comparable</a>,
    they are not strictly comparable and therefore they do not implement <code>comparable</code>.
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Wed Apr 01 23:39:18 GMT 2026
    - 287.8K bytes
    - Click Count (1)
Back to Top