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.
Click to show internal directories.
Click to hide internal directories.