Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CircleQueue ¶
type CircleQueue struct {
// contains filtered or unexported fields
}
func (*CircleQueue) Clear ¶
func (c *CircleQueue) Clear()
func (*CircleQueue) Debug ¶
func (c *CircleQueue) Debug() string
func (*CircleQueue) GetTail ¶
func (c *CircleQueue) GetTail() any
func (*CircleQueue) IsEmpty ¶
func (c *CircleQueue) IsEmpty() bool
func (*CircleQueue) IsFull ¶
func (c *CircleQueue) IsFull() bool
func (*CircleQueue) Iter ¶
func (c *CircleQueue) Iter() []any
Click to show internal directories.
Click to hide internal directories.