Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pairwise (0.04 sec)

  1. doc/go_spec.html

    <p>
    The type <code>T</code> in a term of the form <code>T</code> or <code>~T</code> cannot
    be a <a href="#Type_parameter_declarations">type parameter</a>, and the type sets of all
    non-interface terms must be pairwise disjoint (the pairwise intersection of the type sets must be empty).
    Given a type parameter <code>P</code>:
    </p>
    
    <pre>
    interface {
    	P                // illegal: P is a type parameter
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue May 06 19:12:15 UTC 2025
    - 286.2K bytes
    - Viewed (0)
Back to top