Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setstruct (0.15 sec)

  1. src/reflect/all_test.go

    		},
    		{
    			n:          10,
    			value:      func(i int) any { type Tstruct struct{ V [1]int }; return Tstruct{[1]int{i}} },
    			comparable: true,
    			want:       "[{[0]} {[1]} {[2]} {[3]} {[4]} {[5]} {[6]} {[7]} {[8]} {[9]}]",
    		},
    		{
    			n:          10,
    			value:      func(i int) any { type Tstruct struct{ V []int }; return Tstruct{[]int{i}} },
    			comparable: false,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
Back to top