Documentation
¶
Overview ¶
Package strings provides the importable `strings` module. Its implementation now lives in the root gad package as the builtin `strings` namespace; this package re-exports it so import("strings") keeps working.
Index ¶
Constants ¶
View Source
const ModuleName = "strings"
Variables ¶
View Source
var ModuleInit = gad.ModuleInitFunc(func(module *gad.Module, c gad.Call) (err error) { module.Data = gad.StringsModule() return })
ModuleInit represents strings module.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.