Documentation
¶
Index ¶
Constants ¶
View Source
const ( StringType objType = iota + 1 FnType ListType )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FnObj ¶
type FnObj struct {
// contains filtered or unexported fields
}
func (FnObj) Type ¶
func (o FnObj) Type() objType
type ListObj ¶
type ListObj struct {
// contains filtered or unexported fields
}
func (ListObj) Type ¶
func (o ListObj) Type() objType
type Runner ¶
Click to show internal directories.
Click to hide internal directories.