Documentation
¶
Index ¶
- type Elem
- type Stack
- func (p *Stack) Get(idx int) *Elem
- func (p *Stack) GetArgs(arity int) []*Elem
- func (p *Stack) Init()
- func (p *Stack) Len() int
- func (p *Stack) Pop() *Elem
- func (p *Stack) PopN(n int)
- func (p *Stack) Push(v *Elem)
- func (p *Stack) Ret(arity int, results ...*Elem)
- func (p *Stack) Set(idx int, v *Elem)
- func (p *Stack) SetLen(base int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.