Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArrayStack ¶
type ArrayStack struct {
// contains filtered or unexported fields
}
func New ¶
func New(capacity int) *ArrayStack
func (*ArrayStack) GetSize ¶
func (as *ArrayStack) GetSize() int
func (*ArrayStack) IsEmpty ¶
func (as *ArrayStack) IsEmpty() bool
func (*ArrayStack) String ¶
func (as *ArrayStack) String() string
Click to show internal directories.
Click to hide internal directories.