Documentation ¶
Overview ¶
Package stack implements a heterogeneous stack
Example ¶
Example that excercises the stack causing jig to generate the Stack type and all its methods we want to export into the stack.go file.
var s Stack s.Push(42) s.Pop() s.Top()
Output:
Index ¶
Examples ¶
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.