Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Devlin (0.22 sec)

  1. doc/go_spec.html

    <a href="#Interface_types">interface type</a>.
    </p>
    
    <p>
    Examples of interfaces with core types:
    </p>
    
    <pre>
    type Celsius float32
    type Kelvin  float32
    
    interface{ int }                          // int
    interface{ Celsius|Kelvin }               // float32
    interface{ ~chan int }                    // chan int
    interface{ ~chan int|~chan&lt;- int }        // chan&lt;- int
    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