Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. doc/go1.17_spec.html

    from the channel <code>ch</code>. The channel direction must permit receive operations,
    and the type of the receive operation is the element type of the channel.
    The expression blocks until a value is available.
    Receiving from a <code>nil</code> channel blocks forever.
    A receive operation on a <a href="#Close">closed</a> channel can always proceed
    immediately, yielding the element type's <a href="#The_zero_value">zero value</a>
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  2. doc/go_spec.html

    <p>
    If the receiver base type is a <a href="#Type_declarations">generic type</a>, the
    receiver specification must declare corresponding type parameters for the method
    to use. This makes the receiver type parameters available to the method.
    Syntactically, this type parameter declaration looks like an
    <a href="#Instantiations">instantiation</a> of the receiver base type: the type
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 02 22:43:51 GMT 2024
    - 279.6K bytes
    - Viewed (0)
Back to top