Documentation ¶
Overview ¶
Package builtin provide Go+ builtin stuffs, including builtin constants, types and functions.
Index ¶
- Variables
- func FuncGoInfo(f string) ([2]string, bool)
- func QKey(_ int, p *igo.Context)
- func QNewIter(_ int, p *igo.Context)
- func QNext(_ int, p *igo.Context)
- func QValue(_ int, p *igo.Context)
- func QexecErrorf(arity int, p *igo.Context)
- func QexecFprintln(arity int, p *igo.Context)
- func QexecIs(_ int, p *igo.Context)
- func QexecPrint(arity int, p *igo.Context)
- func QexecPrintf(arity int, p *igo.Context)
- func QexecPrintln(arity int, p *igo.Context)
Constants ¶
This section is empty.
Variables ¶
View Source
var I = igo.NewGoPackage("")
I is a Go package instance.
Functions ¶
func FuncGoInfo ¶
FuncGoInfo returns Go package and function name of a Go+ builtin function.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.