Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. doc/go1.17_spec.html

    the constants) to the values of a list of <a href="#Constant_expressions">constant expressions</a>.
    The number of identifiers must be equal
    to the number of expressions, and the <i>n</i>th identifier on
    the left is bound to the value of the <i>n</i>th expression on the
    right.
    </p>
    
    <pre class="ebnf">
    ConstDecl      = "const" ( ConstSpec | "(" { ConstSpec ";" } ")" ) .
    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

    the constants) to the values of a list of <a href="#Constant_expressions">constant expressions</a>.
    The number of identifiers must be equal
    to the number of expressions, and the <i>n</i>th identifier on
    the left is bound to the value of the <i>n</i>th expression on the
    right.
    </p>
    
    <pre class="ebnf">
    ConstDecl      = "const" ( ConstSpec | "(" { ConstSpec ";" } ")" ) .
    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)
  3. doc/go_mem.html

    <code>"hello, world"</code>.  (It might print the empty string,
    crash, or do something else.)
    </p>
    
    <p class="rule">
    The <i>k</i>th receive on a channel with capacity <i>C</i> is synchronized before the completion of the <i>k</i>+<i>C</i>th send from that channel completes.
    </p>
    
    <p>
    This rule generalizes the previous rule to buffered channels.
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Mar 04 15:54:42 GMT 2024
    - 26.6K bytes
    - Viewed (0)
Back to top