Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Comparison_operators (0.29 sec)

  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>.
    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