Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Graph ¶ added in v0.16.3
type Graph struct {
// contains filtered or unexported fields
}
func (*Graph) Connections ¶ added in v0.16.27
type StackInf ¶
type StackInf struct {
// contains filtered or unexported fields
}
type StackInt32 ¶
type StackInt32 struct {
// contains filtered or unexported fields
}
func (*StackInt32) Len ¶
func (s *StackInt32) Len() int
Return the number of items in the StackInt32
func (*StackInt32) Pop ¶
func (s *StackInt32) Pop() int32
Pop the top item of the StackInt32 and return it
func (*StackInt32) Push ¶
func (s *StackInt32) Push(value int32)
Push a value onto the top of the StackInt32
Click to show internal directories.
Click to hide internal directories.