mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-11 14:33:41 +00:00
reflect: implement support for array types
This commit is contained in:
committed by
Ron Evans
parent
bbc3046687
commit
c19c738f52
Vendored
+13
-1
@@ -203,7 +203,19 @@ reflect type: slice
|
||||
reflect type: uint8 settable=true
|
||||
uint: 11
|
||||
reflect type: array
|
||||
array
|
||||
array: 3 int64 24
|
||||
reflect type: int64
|
||||
int: 5
|
||||
reflect type: int64
|
||||
int: 8
|
||||
reflect type: int64
|
||||
int: 2
|
||||
reflect type: array
|
||||
array: 2 uint8 2
|
||||
reflect type: uint8
|
||||
uint: 3
|
||||
reflect type: uint8
|
||||
uint: 5
|
||||
reflect type: func
|
||||
func
|
||||
nil: true
|
||||
|
||||
Reference in New Issue
Block a user