reflect

package
v0.1.0-rc.22 Latest Latest
Warning

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

Go to latest
Published: Aug 28, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package reflect provides the importable `reflect` module. Its implementation lives in the root gad package as the builtin `reflect` namespace; this package re-exports it so import("reflect") works alongside the direct `reflect.get` / `reflect.set` builtin namespace.

Index

Constants

View Source
const ModuleName = "reflect"

Variables

View Source
var ModuleInit = gad.ModuleInitFunc(func(module *gad.Module, c gad.Call) (err error) {
	module.Data = gad.ReflectModule()
	return
})

ModuleInit initializes the reflect module.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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