Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Junges (0.25 sec)

  1. doc/go_spec.html

    </li>
    
    <li>
    Converting a slice of runes to a string type yields
    a string that is the concatenation of the individual rune values
    converted to strings.
    
    <pre>
    string([]rune{0x767d, 0x9d6c, 0x7fd4})   // "\u767d\u9d6c\u7fd4" == "白鵬翔"
    string([]rune{})                         // ""
    string([]rune(nil))                      // ""
    
    type runes []rune
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
  2. src/net/http/h2_bundle.go

    }
    
    func http2buildCommonHeaderMaps() {
    	common := []string{
    		"accept",
    		"accept-charset",
    		"accept-encoding",
    		"accept-language",
    		"accept-ranges",
    		"age",
    		"access-control-allow-credentials",
    		"access-control-allow-headers",
    		"access-control-allow-methods",
    		"access-control-allow-origin",
    		"access-control-expose-headers",
    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