tinyreflect

package module
v0.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 24, 2025 License: MIT Imports: 3 Imported by: 1

README

tinyreflect

Project Badges

Minimal Go reflect package from reflectlite, WebAssembly and tinygo destination

Documentation

Index

Constants

View Source
const (
	KInvalid kind = iota
	KBool
	KInt
	KInt8
	KInt16
	KInt32
	KInt64
	KUint
	KUint8
	KUint16
	KUint32
	KUint64
	KUintptr
	KFloat32
	KFloat64
	KComplex64
	KComplex128
	KArray
	KChan
	KFunc
	KInterface
	KMap
	KPointer
	KSlice
	KString
	KStruct
	KUnsafePtr

	// TinyString specific types - separate values to avoid conflicts
	KSlice   // String slice type (separate from KSlice)
	KPointer // String pointer type (separate from KPointer)
	KErr     // Error type (separate from KInvalid)
)

Variables

This section is empty.

Functions

This section is empty.

Types

type TinyReflect

type TinyReflect struct{}

func New

func New() *TinyReflect

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL