Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for A3 (0.48 sec)

  1. doc/go1.17_spec.html

    	    the same direction.</li>
    </ul>
    
    <p>
    Given the declarations
    </p>
    
    <pre>
    type (
    	A0 = []string
    	A1 = A0
    	A2 = struct{ a, b int }
    	A3 = int
    	A4 = func(A3, float64) *A0
    	A5 = func(x int, _ float64) *[]string
    )
    
    type (
    	B0 A0
    	B1 []string
    	B2 struct{ a, b int }
    	B3 struct{ a, c int }
    	B4 func(int, float64) *B0
    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

    	</li>
    </ul>
    
    <p>
    Given the declarations
    </p>
    
    <pre>
    type (
    	A0 = []string
    	A1 = A0
    	A2 = struct{ a, b int }
    	A3 = int
    	A4 = func(A3, float64) *A0
    	A5 = func(x int, _ float64) *[]string
    
    	B0 A0
    	B1 []string
    	B2 struct{ a, b int }
    	B3 struct{ a, c int }
    	B4 func(int, float64) *B0
    	B5 func(x int, y float64) *A1
    
    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