package
Version:
v0.0.0-...-27647ab
Opens a new window with list of versions in this module.
Published: Oct 17, 2023
License: BSD-3-Clause
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
var foo = ce.Const("foo", func() int {
return 2 + 3
})
type thunk struct {
o sync.Once
}
const (
BoolBasic BasicKind = iota
IntBasic
FloatBasic
ImagBasic
CharBasic
StringBasic
)
type Lookup interface {
Lookup(n string) any
}
type MapEntry struct {
K,
V Value
}
type NameError struct {
N string
}
type TypeError struct {
S []string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.