Documentation
¶
Overview ¶
Package stdlib provides wrappers of standard library packages to be imported natively in Yaegi.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MapTypes = map[reflect.Value][]reflect.Type{}
MapTypes variable contains a map of functions which have an interface{} as parameter but do something special if the parameter implements a given interface.
View Source
var Symbols = map[string]map[string]reflect.Value{}
Symbols variable stores the map of stdlib symbols per package.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Source Files
¶
Directories
¶
| Path | Synopsis |
|---|---|
|
Package syscall provide wrapper of standard library syscall package for native import in Yaegi.
|
Package syscall provide wrapper of standard library syscall package for native import in Yaegi. |
|
Package unrestricted provides the original version of standard library symbols which may cause the interpreter process to exit.
|
Package unrestricted provides the original version of standard library symbols which may cause the interpreter process to exit. |
|
Package unsafe provides wrapper of standard library unsafe package to be imported natively in Yaegi.
|
Package unsafe provides wrapper of standard library unsafe package to be imported natively in Yaegi. |
Click to show internal directories.
Click to hide internal directories.