Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for mouthy (0.83 sec)

  1. doc/asm.html

    represents the bitwise and instruction,
    <code>AND</code> (without the leading <code>A</code>),
    and is written in assembly source as <code>AND</code>.
    The enumeration is mostly in alphabetical order.
    (The architecture-independent <code>AXXX</code>, defined in the
    <code>cmd/internal/obj</code> package,
    represents an invalid instruction).
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Nov 28 19:15:27 GMT 2023
    - 36.3K bytes
    - Viewed (0)
  2. doc/go_spec.html

    a compiler reports a type inference or other error),
    and may explain why type inference fails in unusual code situations.
    But by and large these rules can be ignored when writing Go code:
    type inference is designed to mostly "work as expected",
    and the unification rules are fine-tuned accordingly.
    </p>
    
    <p>
    Type unification is controlled by a <i>matching mode</i>, which may
    be <i>exact</i> or <i>loose</i>.
    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