Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Doesn (0.14 sec)

  1. doc/go_spec.html

    [P any]                int               int satisfies any
    [S ~[]E, E any]        []int, int        []int satisfies ~[]int, int satisfies any
    [P io.Writer]          string            illegal: string doesn't satisfy io.Writer
    [P comparable]         any               any satisfies (but does not implement) comparable
    </pre>
    
    <p>
    When using a generic function, type arguments may be provided explicitly,
    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)
  2. doc/asm.html

    </p>
    
    <h3 id="unsupported_opcodes">Unsupported opcodes</h3>
    
    <p>
    The assemblers are designed to support the compiler so not all hardware instructions
    are defined for all architectures: if the compiler doesn't generate it, it might not be there.
    If you need to use a missing instruction, there are two ways to proceed.
    One is to update the assembler to support that instruction, which is straightforward
    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)
Back to top