Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for predeclared (0.16 sec)

  1. doc/go_spec.html

    <code>real</code> and <code>imag</code> applied to a complex constant
    and <code>complex</code> applied to numeric constants.
    The boolean truth values are represented by the predeclared constants
    <code>true</code> and <code>false</code>. The predeclared identifier
    <a href="#Iota">iota</a> denotes an integer constant.
    </p>
    
    <p>
    In general, complex constants are a form of
    <a href="#Constant_expressions">constant expression</a>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
  2. src/net/http/h2_bundle.go

    // Header), and because we didn't want to expand the ResponseWriter
    // interface, and because nobody used trailers, and because RFC 7230
    // says you SHOULD (but not must) predeclare any trailers in the
    // header, the official ResponseWriter rules said trailers in Go must
    // be predeclared, and then we reuse the same ResponseWriter.Header()
    // map to mean both Headers and Trailers. When it's time to write the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top