Documentation ¶
Index ¶
- type Stack
- func (s *Stack) Clear()
- func (s *Stack) Peek() interface{}
- func (s *Stack) PeekN(n int) interface{}
- func (s *Stack) Pop() interface{}
- func (s *Stack) PopArray() Array
- func (s *Stack) PopBool() bool
- func (s *Stack) PopInt() int
- func (s *Stack) PopN(n int)
- func (s *Stack) PopName() Name
- func (s *Stack) PopString() string
- func (s *Stack) Push(values ...interface{})
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.