Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 650 (0.02 sec)

  1. doc/go1.17_spec.html

    (*int)(nil)              // not a constant: nil is not a constant, *int is not a boolean, numeric, or string type
    int(1.2)                 // illegal: 1.2 cannot be represented as an int
    string(65.0)             // illegal: 65.0 is not an integer constant
    </pre>
    
    <p>
    A non-constant value <code>x</code> can be converted to type <code>T</code>
    in any of these cases:
    </p>
    
    <ul>
    	<li>
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Oct 10 18:25:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
Back to top