Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ab (0.02 sec)

  1. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    samsclub
    
    // samsung : SAMSUNG SDS CO., LTD
    // https://www.iana.org/domains/root/db/samsung.html
    samsung
    
    // sandvik : Sandvik AB
    // https://www.iana.org/domains/root/db/sandvik.html
    sandvik
    
    // sandvikcoromant : Sandvik AB
    // https://www.iana.org/domains/root/db/sandvikcoromant.html
    sandvikcoromant
    
    // sanofi : Sanofi
    // https://www.iana.org/domains/root/db/sanofi.html
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (1)
  2. doc/go_spec.html

    </p>
    
    <p>
    For instance, given the declarations
    </p>
    
    <pre>
    var x = I(T{}).ab()   // x has an undetected, hidden dependency on a and b
    var _ = sideEffect()  // unrelated to x, a, or b
    var a = b
    var b = 42
    
    type I interface      { ab() []int }
    type T struct{}
    func (T) ab() []int   { return []int{a, b} }
    </pre>
    
    <p>
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue May 06 19:12:15 UTC 2025
    - 286.2K bytes
    - Viewed (0)
Back to top