Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for insertion (0.16 sec)

  1. doc/go_spec.html

    otherwise the type assertion is invalid since it is not possible for <code>x</code>
    to store a value of type <code>T</code>.
    If <code>T</code> is an interface type, <code>x.(T)</code> asserts that the dynamic type
    of <code>x</code> <a href="#Implementing_an_interface">implements</a> the interface <code>T</code>.
    </p>
    <p>
    If the type assertion holds, the value of the expression is the value
    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