Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LinkedQueue ¶
type LinkedQueue[T any] struct { // contains filtered or unexported fields }
func NewLinkedQueue ¶
func NewLinkedQueue[T any]() *LinkedQueue[T]
func (*LinkedQueue[T]) Clear ¶
func (l *LinkedQueue[T]) Clear() error
func (*LinkedQueue[T]) IsEmpty ¶
func (l *LinkedQueue[T]) IsEmpty() bool
func (*LinkedQueue[T]) Size ¶
func (l *LinkedQueue[T]) Size() int
Click to show internal directories.
Click to hide internal directories.