Documentation
¶
Index ¶
- type Stack
- func (this *Stack[T]) Clear()
- func (this *Stack[T]) DeepEqual(another *Stack[T]) bool
- func (this *Stack[T]) IsEmpty() bool
- func (this *Stack[T]) Pop() (element T)
- func (this *Stack[T]) Push(e T)
- func (this *Stack[T]) Size() int
- func (this *Stack[T]) String() string
- func (this *Stack[T]) Top() (element T)
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.