Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Runes (0.02 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: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue May 06 19:12:15 UTC 2025
    - 286.2K bytes
    - Viewed (0)
  2. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // https://www.iana.org/domains/root/db/tube.html
    tube
    
    // tui : TUI AG
    // https://www.iana.org/domains/root/db/tui.html
    tui
    
    // tunes : Amazon Registry Services, Inc.
    // https://www.iana.org/domains/root/db/tunes.html
    tunes
    
    // tushu : Amazon Registry Services, Inc.
    // https://www.iana.org/domains/root/db/tushu.html
    tushu
    
    // tvs : T V SUNDRAM IYENGAR  & SONS LIMITED
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (1)
Back to top