Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for works (0.12 sec)

  1. doc/go1.17_spec.html

    If the type assertion holds, the value of the expression is the value
    stored in <code>x</code> and its type is <code>T</code>. If the type assertion is false,
    a <a href="#Run_time_panics">run-time panic</a> occurs.
    In other words, even though the dynamic type of <code>x</code>
    is known only at run time, the type of <code>x.(T)</code> is
    known to be <code>T</code> in a correct program.
    </p>
    
    <pre>
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
Back to top