Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Listen (0.21 sec)

  1. doc/go1.17_spec.html

    expression <code>x</code>. As with type assertions, <code>x</code> must be of
    <a href="#Interface_types">interface type</a>, and each non-interface type
    <code>T</code> listed in a case must implement the type of <code>x</code>.
    The types listed in the cases of a type switch must all be
    <a href="#Type_identity">different</a>.
    </p>
    
    <pre class="ebnf">
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  2. doc/asm.html

    encoding of the machine instructions.
    The <code>cmd/internal/obj</code> package takes care of that detail.
    </p>
    
    <p>
    The instructions for both the 386 and AMD64 architectures are listed in
    <code>cmd/internal/obj/x86/a.out.go</code>.
    </p>
    
    <p>
    The architectures share syntax for common addressing modes such as
    <code>(R1)</code> (register indirect),
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Tue Nov 28 19:15:27 GMT 2023
    - 36.3K bytes
    - Viewed (0)
  3. doc/go_spec.html

    <a href="#Interface_types">interface type</a>, but not a
    <a href="#Type_parameter_declarations">type parameter</a>, and each non-interface type
    <code>T</code> listed in a case must implement the type of <code>x</code>.
    The types listed in the cases of a type switch must all be
    <a href="#Type_identity">different</a>.
    </p>
    
    <pre class="ebnf">
    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