reflect, internal/reflectlite: embed reflectlite types into reflect types

This commit is contained in:
Randy Reddig
2025-03-08 12:43:53 -08:00
committed by Ron Evans
parent bbb2b0c95b
commit d5c70a1cd3
16 changed files with 3868 additions and 3189 deletions
-8
View File
@@ -1,8 +0,0 @@
//go:build !avr
package reflect
// intw is an integer type, used in places where an int is typically required,
// except architectures where the size of an int != word size.
// See https://github.com/tinygo-org/tinygo/issues/1284.
type intw = int