Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for insertion (0.18 sec)

  1. doc/go1.17_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> implements the interface <code>T</code>.
    </p>
    <p>
    If the type assertion holds, the value of the expression is the value
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  2. 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 Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Apr 26 00:39:16 GMT 2024
    - 279.6K bytes
    - Viewed (0)
Back to top