mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-06 12:03:41 +00:00
implement reflect.Swapper
Signed-off-by: mathetake <takeshi@tetrate.io>
This commit is contained in:
Vendored
+122
@@ -0,0 +1,122 @@
|
||||
strings
|
||||
ggg
|
||||
fff
|
||||
cccc
|
||||
bbb
|
||||
aaaa
|
||||
int64s
|
||||
1923
|
||||
123
|
||||
6
|
||||
3
|
||||
3
|
||||
2
|
||||
1
|
||||
1
|
||||
0
|
||||
-29
|
||||
-123
|
||||
uint64s
|
||||
1923
|
||||
123
|
||||
29
|
||||
6
|
||||
3
|
||||
3
|
||||
2
|
||||
1
|
||||
1
|
||||
0
|
||||
int32s
|
||||
1923
|
||||
123
|
||||
6
|
||||
3
|
||||
3
|
||||
2
|
||||
1
|
||||
1
|
||||
0
|
||||
-29
|
||||
-123
|
||||
uint32s
|
||||
1923
|
||||
123
|
||||
29
|
||||
6
|
||||
3
|
||||
3
|
||||
2
|
||||
1
|
||||
1
|
||||
0
|
||||
int16s
|
||||
1923
|
||||
123
|
||||
6
|
||||
3
|
||||
3
|
||||
2
|
||||
1
|
||||
1
|
||||
0
|
||||
-29
|
||||
-123
|
||||
uint16s
|
||||
1923
|
||||
123
|
||||
29
|
||||
6
|
||||
3
|
||||
3
|
||||
2
|
||||
1
|
||||
1
|
||||
0
|
||||
int8s
|
||||
123
|
||||
6
|
||||
3
|
||||
3
|
||||
2
|
||||
1
|
||||
1
|
||||
0
|
||||
-29
|
||||
-123
|
||||
uint8s
|
||||
123
|
||||
29
|
||||
6
|
||||
3
|
||||
3
|
||||
2
|
||||
1
|
||||
1
|
||||
0
|
||||
ints
|
||||
123
|
||||
6
|
||||
3
|
||||
3
|
||||
2
|
||||
1
|
||||
1
|
||||
0
|
||||
-29
|
||||
-123
|
||||
uints
|
||||
123
|
||||
29
|
||||
6
|
||||
3
|
||||
3
|
||||
2
|
||||
1
|
||||
1
|
||||
0
|
||||
structs
|
||||
struct 2
|
||||
struct 4
|
||||
struct 1
|
||||
struct 3
|
||||
Reference in New Issue
Block a user